Clockwork\DataSource\PhpDataSource::getRequestMethod PHP Метод

getRequestMethod() защищенный Метод

Return request method
protected getRequestMethod ( )
    protected function getRequestMethod()
    {
        if (isset($_SERVER['REQUEST_METHOD'])) {
            return $_SERVER['REQUEST_METHOD'];
        }
    }