skeeks\cms\models\CmsTreeTypePropertyEnum::behaviors PHP Method

behaviors() public method

public behaviors ( ) : array
return array
    public function behaviors()
    {
        return array_merge(parent::behaviors(), []);
    }