Frontend\Core\Engine\Ajax::getModule PHP 메소드

getModule() 공개 메소드

Get the loaded module
public getModule ( ) : string
리턴 string
    public function getModule()
    {
        return $this->module;
    }