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

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

Public Methods

Method 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 method

public __construct ( $uri = '' )

__toString() public method

public __toString ( )

getAuthority() public method

public getAuthority ( )

getFragment() public method

public getFragment ( )

getHost() public method

public getHost ( )

getPath() public method

public getPath ( )

getPort() public method

public getPort ( )

getQuery() public method

public getQuery ( )

getScheme() public method

public getScheme ( )

getUserInfo() public method

public getUserInfo ( )

withFragment() public method

public withFragment ( $fragment )

withHost() public method

public withHost ( $host )

withPath() public method

public withPath ( $path )

withPort() public method

public withPort ( $port )

withQuery() public method

public withQuery ( $query )

withScheme() public method

public withScheme ( $scheme )

withUserInfo() public method

public withUserInfo ( $user, $password = null )