Phastlight\Module\HTTP\ServerRequest::getMethod PHP Method

getMethod() public method

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