Gajus\Fuss\Request::isPathVersioned PHP Method

isPathVersioned() private method

True if user provided path explicitly names Graph API endpoint version, e.g. /v2.1/me.
private isPathVersioned ( ) : boolean
return boolean
    private function isPathVersioned()
    {
        return preg_match('/^v\\d\\.\\d\\//', $this->path);
    }