PHPFusion\QuantumFields::get_dynamics_type PHP Méthode

get_dynamics_type() public méthode

public get_dynamics_type ( )
    public function get_dynamics_type()
    {
        return array('file' => $this->locale['fields_0500'], 'textbox' => $this->locale['fields_0501'], 'select' => $this->locale['fields_0502'], 'textarea' => $this->locale['fields_0503'], 'checkbox' => $this->locale['fields_0504'], 'toggle' => $this->locale['fields_0505'], 'datepicker' => $this->locale['fields_0506'], 'colorpicker' => $this->locale['fields_0507'], 'upload' => $this->locale['fields_0508'], 'hidden' => $this->locale['fields_0509'], 'address' => $this->locale['fields_0510'], 'tags' => $this->locale['fields_0511'], 'location' => $this->locale['fields_0512'], 'number' => $this->locale['fields_0513'], 'email' => $this->locale['fields_0514'], 'url' => $this->locale['fields_0515']);
    }