PHP 클래스 luya\base\DynamicModel

Additional Dynamic Model to provide attribute labels.
부터: 1.0.0-beta6
저자: Basil Suter ([email protected])
상속: extends yii\base\DynamicModel
파일 보기 프로젝트 열기: luyadev/luya 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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