attributeLabels() public method

public attributeLabels ( )
Example #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['tree_type_id' => Yii::t('skeeks/cms', "Linked To Section's Type")]);
 }
Example #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), []);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['form_id' => \Yii::t('skeeks/form2/app', 'Contact form')]);
 }
Example #4
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['content_id' => Yii::t('app', 'Linked to content')]);
 }
Example #5
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['content_id' => Yii::t('skeeks/cms', 'Linked to content')]);
 }