PHP Класс luya\base\DynamicModel

Additional Dynamic Model to provide attribute labels.
С версии: 1.0.0-beta6
Автор: Basil Suter ([email protected])
Наследование: extends yii\base\DynamicModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$attributeLabels Assignable attributes by array where key is the label key value the label for the key.

Открытые методы

Метод Описание
attributeLabels ( ) : array In addition to the attributeLabels() values can also be be passed by propertie and run trough Yii::t process.

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

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

{@inheritDoc}
См. также: yii\base\Model::attributeLabels()
public attributeLabels ( ) : array
Результат array

Описание свойств

$attributeLabels публичное свойство

Assignable attributes by array where key is the label key value the label for the key.
public $attributeLabels