skeeks\cms\relatedProperties\propertyTypes\PropertyTypeText::init PHP Méthode

init() public méthode

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