PHP 인터페이스 Networking\InitCmsBundle\Model\MenuItemManagerInterface

저자: Yorkie Chadwick ([email protected])
파일 보기 프로젝트 열기: networking/init-cms-bundle 0 사용 예제들

공개 메소드들

메소드 설명
findOneBy ( array $criteria ) : object Finds a single object by a set of criteria.
getChildrenByStatus ( null $node = null, boolean $direct = false, null $sortByField = null, string $direction = 'ASC', boolean $includeNode = false, $viewStatus = Page::STATUS_PUBLISHED ) : mixed
getRootNodesByLocale ( $locale, null $sortByField = null, string $direction = 'asc' ) : array

메소드 상세

findOneBy() 공개 메소드

Finds a single object by a set of criteria.
public findOneBy ( array $criteria ) : object
$criteria array The criteria.
리턴 object The object.

getChildrenByStatus() 공개 메소드

public getChildrenByStatus ( null $node = null, boolean $direct = false, null $sortByField = null, string $direction = 'ASC', boolean $includeNode = false, $viewStatus = Page::STATUS_PUBLISHED ) : mixed
$node null
$direct boolean
$sortByField null
$direction string
$includeNode boolean
$viewStatus
리턴 mixed

getRootNodesByLocale() 공개 메소드

public getRootNodesByLocale ( $locale, null $sortByField = null, string $direction = 'asc' ) : array
$locale
$sortByField null
$direction string
리턴 array