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

init() public method

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