コード例 #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), []);
 }
コード例 #2
0
ファイル: PropertyTypeTree.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['is_multiple' => \Yii::t('skeeks/cms', 'Multiple choice')]);
 }
コード例 #3
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['content_id' => \Yii::t('skeeks/cms', 'Content')]);
 }
コード例 #4
0
ファイル: PropertyTypeText.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('skeeks/cms', 'Element form'), 'rows' => \Yii::t('skeeks/cms', 'The number of lines of the text field'), 'default_value' => \Yii::t('skeeks/cms', 'Default Value')]);
 }
コード例 #5
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['showDefaultPalette' => \Yii::t('skeeks/cms', 'Show extended palette of colors'), 'saveValueAs' => \Yii::t('skeeks/cms', 'Format conservation values'), 'useNative' => \Yii::t('skeeks/cms', 'Use the native color selection'), 'showAlpha' => \Yii::t('skeeks/cms', 'Management transparency'), 'showInput' => \Yii::t('skeeks/cms', 'Show input field values'), 'showPalette' => \Yii::t('skeeks/cms', 'Generally show the palette')]);
 }
コード例 #6
0
ファイル: PropertyTypeList.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('app', 'Element form')]);
 }
コード例 #7
0
ファイル: PropertyTypeNumber.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['default_value' => \Yii::t('skeeks/cms', 'Default Value')]);
 }
コード例 #8
0
ファイル: UserPropertyTypeDate.php プロジェクト: Liv1020/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['type' => 'Тип']);
 }
コード例 #9
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['type' => \Yii::t('app', 'Type')]);
 }
コード例 #10
0
ファイル: PropertyTypeText.php プロジェクト: 3737002/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('app', 'Element form'), 'rows' => \Yii::t('app', 'The number of lines of the text field')]);
 }