PHP 인터페이스 Sulu\Bundle\RouteBundle\Entity\RouteRepositoryInterface

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

공개 메소드들

메소드 설명
createNew ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Returns new route entity.
find ( integer $id ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Returns route-entity by id.
findByPath ( string $path, string $locale ) : Sulu\Bundle\RouteBundle\Model\RouteInterface Returns route-entity by route.

메소드 상세

createNew() 공개 메소드

Returns new route entity.
public createNew ( ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

find() 공개 메소드

Returns route-entity by id.
public find ( integer $id ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
$id integer
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface

findByPath() 공개 메소드

Returns route-entity by route.
public findByPath ( string $path, string $locale ) : Sulu\Bundle\RouteBundle\Model\RouteInterface
$path string
$locale string
리턴 Sulu\Bundle\RouteBundle\Model\RouteInterface