skeeks\cms\relatedProperties\propertyTypes\PropertyTypeFile::init PHP Method

init() public method

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