PHP Class WellCommerce\Bundle\RoutingBundle\Entity\Route

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface, implements RoutingDiscriminatorsAwareInterface
Mostrar archivo Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$identifier object
$locale string
$path string

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

Property Details

$identifier protected_oe property

protected object $identifier
return object

$locale protected_oe property

protected string $locale
return string

$path protected_oe property

protected string $path
return string