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

init() public method

public init ( )
    public function init()
    {
        parent::init();
        if (!$this->name) {
            $this->name = \Yii::t('skeeks/cms', 'Standard file selection');
        }
    }