AdamStipak\RestRouteTest::getVersions PHP Méthode

getVersions() public méthode

public getVersions ( )
    public function getVersions()
    {
        return [[NULL, '/foo', 'V1:Foo', 'http://localhost/v1/foo'], [NULL, '/v1/foo', 'V1:Foo', 'http://localhost/v1/foo'], [NULL, '/v2/foo', 'V2:Foo', 'http://localhost/v2/foo'], ['Api', '/api/foo', 'Api:V1:Foo', 'http://localhost/api/v1/foo'], ['Api', '/api/v1/foo', 'Api:V1:Foo', 'http://localhost/api/v1/foo']];
    }