PHP Class Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\Uri

Author: Rougin Royce Gutib ([email protected])
Inheritance: implements Psr\Http\Message\UriInterface
Afficher le fichier Open project: symfony/psr-http-message-bridge

Méthodes publiques

Méthode Description
__construct ( $uri = '' )
__toString ( )
getAuthority ( )
getFragment ( )
getHost ( )
getPath ( )
getPort ( )
getQuery ( )
getScheme ( )
getUserInfo ( )
withFragment ( $fragment )
withHost ( $host )
withPath ( $path )
withPort ( $port )
withQuery ( $query )
withScheme ( $scheme )
withUserInfo ( $user, $password = null )

Method Details

__construct() public méthode

public __construct ( $uri = '' )

__toString() public méthode

public __toString ( )

getAuthority() public méthode

public getAuthority ( )

getFragment() public méthode

public getFragment ( )

getHost() public méthode

public getHost ( )

getPath() public méthode

public getPath ( )

getPort() public méthode

public getPort ( )

getQuery() public méthode

public getQuery ( )

getScheme() public méthode

public getScheme ( )

getUserInfo() public méthode

public getUserInfo ( )

withFragment() public méthode

public withFragment ( $fragment )

withHost() public méthode

public withHost ( $host )

withPath() public méthode

public withPath ( $path )

withPort() public méthode

public withPort ( $port )

withQuery() public méthode

public withQuery ( $query )

withScheme() public méthode

public withScheme ( $scheme )

withUserInfo() public méthode

public withUserInfo ( $user, $password = null )