attributeLabels() public method

public attributeLabels ( )
コード例 #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['tree_type_id' => Yii::t('skeeks/cms', "Linked To Section's Type")]);
 }
コード例 #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), []);
 }
コード例 #3
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['form_id' => \Yii::t('skeeks/form2/app', 'Contact form')]);
 }
コード例 #4
0
ファイル: CmsContentProperty.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['content_id' => Yii::t('app', 'Linked to content')]);
 }
コード例 #5
0
ファイル: CmsContentProperty.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['content_id' => Yii::t('skeeks/cms', 'Linked to content')]);
 }