skeeks\cms\relatedProperties\userPropertyTypes\UserPropertyTypeSelectFile::attributeLabels PHP Method

attributeLabels() public method

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