PHP Трейт kartik\builder\FormTrait

С версии: 1.0
Автор: Kartik Visweswaran ([email protected])
Показать файл Открыть проект

Защищенные методы

Метод Описание
checkBaseConfig ( ) Checks base configuration and throws a configuration exception if invalid.
checkFormConfig ( ) Checks the form configuration and throws a configuration exception if invalid.
hasModel ( ) : boolean Check if a valid model is set for the object instance.

Описание методов

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

Checks base configuration and throws a configuration exception if invalid.
protected checkBaseConfig ( )

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

Checks the form configuration and throws a configuration exception if invalid.
protected checkFormConfig ( )

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

Check if a valid model is set for the object instance.
protected hasModel ( ) : boolean
Результат boolean whether there is a valid model set.