Phastlight\Module\HTTP\ServerRequest::getMethod PHP 메소드

getMethod() 공개 메소드

public getMethod ( )
    public function getMethod()
    {
        return $_SERVER['REQUEST_METHOD'];
    }