FOF30\Form\FieldInterface::getAttribute PHP Метод

getAttribute() публичный Метод

Method to get an attribute of the field
public getAttribute ( string $name, mixed $default = null ) : mixed
$name string Name of the attribute to get
$default mixed Optional value to return if attribute not found
Результат mixed Value of the attribute / default
    public function getAttribute($name, $default = null);