PHP 인터페이스 Sulu\Bundle\RouteBundle\Model\RouteInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
addHistory ( Sulu\Bundle\RouteBundle\Model\RouteInterface $history ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Add now history.
getEntityClass ( ) : string Get entityClass.
getEntityId ( ) : string Get entityId.
getHistories ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface[] Get histories.
getId ( ) : integer Get id.
getLocale ( ) : string Get locale.
getPath ( ) : string Get route.
getTarget ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Get target.
isHistory ( ) : boolean Get history.
removeTarget ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Remove target.
setEntityClass ( string $entityClass ) : BaseRoute Set entityClass.
setEntityId ( string $entityId ) : BaseRoute Set entityId.
setHistory ( boolean $history ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Set history.
setLocale ( string $locale ) : BaseRoute Set locale.
setPath ( string $path ) : BaseRoute Set route.
setTarget ( Sulu\Bundle\RouteBundle\Model\RouteInterface $target ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Set target.

메소드 상세

addHistory() 공개 메소드

Add now history.
public addHistory ( Sulu\Bundle\RouteBundle\Model\RouteInterface $history ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
$history Sulu\Bundle\RouteBundle\Model\RouteInterface
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

getEntityClass() 공개 메소드

Get entityClass.
public getEntityClass ( ) : string
리턴 string

getEntityId() 공개 메소드

Get entityId.
public getEntityId ( ) : string
리턴 string

getHistories() 공개 메소드

Get histories.
public getHistories ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface[]
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface[]

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getLocale() 공개 메소드

Get locale.
public getLocale ( ) : string
리턴 string

getPath() 공개 메소드

Get route.
public getPath ( ) : string
리턴 string

getTarget() 공개 메소드

Get target.
public getTarget ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

isHistory() 공개 메소드

Get history.
public isHistory ( ) : boolean
리턴 boolean

removeTarget() 공개 메소드

Remove target.
public removeTarget ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

setEntityClass() 공개 메소드

Set entityClass.
public setEntityClass ( string $entityClass ) : BaseRoute
$entityClass string
리턴 Sulu\Bundle\RouteBundle\Entity\BaseRoute

setEntityId() 공개 메소드

Set entityId.
public setEntityId ( string $entityId ) : BaseRoute
$entityId string
리턴 Sulu\Bundle\RouteBundle\Entity\BaseRoute

setHistory() 공개 메소드

Set history.
public setHistory ( boolean $history ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
$history boolean
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

setLocale() 공개 메소드

Set locale.
public setLocale ( string $locale ) : BaseRoute
$locale string
리턴 Sulu\Bundle\RouteBundle\Entity\BaseRoute

setPath() 공개 메소드

Set route.
public setPath ( string $path ) : BaseRoute
$path string
리턴 Sulu\Bundle\RouteBundle\Entity\BaseRoute

setTarget() 공개 메소드

Set target.
public setTarget ( Sulu\Bundle\RouteBundle\Model\RouteInterface $target ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
$target Sulu\Bundle\RouteBundle\Model\RouteInterface
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface