PHP Class Sulu\Bundle\RouteBundle\Entity\BaseRoute

Inheritance: implements Sulu\Bundle\RouteBundle\Model\RouteInterface
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$histories Sulu\Bundle\RouteBundle\Model\RouteInterface[]

Public Methods

Method Description
addHistory ( Sulu\Bundle\RouteBundle\Model\RouteInterface $history )
getEntityClass ( )
getEntityId ( )
getHistories ( )
getId ( )
getLocale ( )
getPath ( )
getTarget ( )
isHistory ( )
removeTarget ( )
setEntityClass ( $entityClass )
setEntityId ( $entityId )
setHistory ( $history )
setLocale ( $locale )
setPath ( $path )
setTarget ( Sulu\Bundle\RouteBundle\Model\RouteInterface $target )

Method Details

addHistory() public method

public addHistory ( Sulu\Bundle\RouteBundle\Model\RouteInterface $history )
$history Sulu\Bundle\RouteBundle\Model\RouteInterface

getEntityClass() public method

public getEntityClass ( )

getEntityId() public method

public getEntityId ( )

getHistories() public method

public getHistories ( )

getId() public method

public getId ( )

getLocale() public method

public getLocale ( )

getPath() public method

public getPath ( )

getTarget() public method

public getTarget ( )

isHistory() public method

public isHistory ( )

removeTarget() public method

public removeTarget ( )

setEntityClass() public method

public setEntityClass ( $entityClass )

setEntityId() public method

public setEntityId ( $entityId )

setHistory() public method

public setHistory ( $history )

setLocale() public method

public setLocale ( $locale )

setPath() public method

public setPath ( $path )

setTarget() public method

public setTarget ( Sulu\Bundle\RouteBundle\Model\RouteInterface $target )
$target Sulu\Bundle\RouteBundle\Model\RouteInterface

Property Details

$histories protected property

protected RouteInterface[],Sulu\Bundle\RouteBundle\Model $histories
return Sulu\Bundle\RouteBundle\Model\RouteInterface[]