skeeks\cms\models\CmsContentType::init PHP 메소드

init() 공개 메소드

public init ( )
    public function init()
    {
        parent::init();
        $this->on(self::EVENT_BEFORE_DELETE, [$this, '_actionBeforeDelete']);
    }