skeeks\cms\relatedProperties\propertyTypes\PropertyTypeNumber::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), ['default_value' => \Yii::t('skeeks/cms', 'Default Value')]);
    }