Jarves\Admin\Form\Form::getField PHP Méthode

getField() public méthode

public getField ( string $key ) : Field
$key string
Résultat Jarves\Configuration\Field
    public function getField($key)
    {
        return static::searchField($this->fields, $key);
    }