FOF30\Form\Form::loadFieldType PHP Метод

loadFieldType() защищенный Метод

Proxy for {@link Helper::loadFieldType()}.
С версии: 2.0
protected loadFieldType ( string $type, boolean $new = true ) : FOF30\Form\FieldInterface | boolean
$type string The field type.
$new boolean Flag to toggle whether we should get a new instance of the object.
Результат FOF30\Form\FieldInterface | boolean FieldInterface object on success, false otherwise.
    protected function loadFieldType($type, $new = true)
    {
        return $this->loadType('field', $type, $new);
    }