BaseEventTypeController::getControllerPrefix PHP 메소드

getControllerPrefix() 보호된 메소드

Get the prefix name of this controller, used for path calculations for element views.
protected getControllerPrefix ( ) : string
리턴 string
    protected function getControllerPrefix()
    {
        return strtolower(str_replace('Controller', '', Helper::getNSShortname($this)));
    }
BaseEventTypeController