File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/FormAPI/Form/Select.php
Back
<?php namespace Give\FormAPI\Form; class Select extends Field { /** * @var array */ public $options = []; /** * @inheritDoc */ public function parse($array) { parent::parse($array); $this->options = isset($array[ 'options' ]) ? $array[ 'options' ] : []; } /** * @inheritDoc */ public function toArray() { return array_merge( parent::toArray(), [ 'options' => $this->options, ] ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings