PHP Interface WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

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

Method Details

getIdentifier() public méthode

public getIdentifier ( ) : object
Résultat object

getLocale() public méthode

public getLocale ( ) : string
Résultat string

getPath() public méthode

public getPath ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

setIdentifier() public méthode

public setIdentifier ( object $identifier )
$identifier object

setLocale() public méthode

public setLocale ( string $locale )
$locale string

setPath() public méthode

public setPath ( string $path )
$path string