PHP Interface WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getIdentifier ( ) : object
getLocale ( ) : string
getPath ( ) : string
getType ( ) : string
setIdentifier ( object $identifier )
setLocale ( string $locale )
setPath ( string $path )

Method Details

getIdentifier() public method

public getIdentifier ( ) : object
return object

getLocale() public method

public getLocale ( ) : string
return string

getPath() public method

public getPath ( ) : string
return string

getType() public method

public getType ( ) : string
return string

setIdentifier() public method

public setIdentifier ( object $identifier )
$identifier object

setLocale() public method

public setLocale ( string $locale )
$locale string

setPath() public method

public setPath ( string $path )
$path string