Xpressengine\Plugin\AbstractPlugin::checkInstalled PHP Method

checkInstalled() public method

이 메소드를 구현하지 않았다면 기본적으로 XE에 설치된 것으로 간주한다.
public checkInstalled ( ) : boolean
return boolean 플러그인의 설치 유무
    public function checkInstalled()
    {
        return true;
    }