PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Condition\Page\HasSubpagesViewHelper

A condition ViewHelper which renders the then child if current page or page with provided UID has subpages. By default disabled subpages are considered non existent which can be overridden by setting $includeHidden to TRUE. To include pages that are hidden in menus set $showHiddenInMenu to TRUE.
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper, use trait FluidTYPO3\Vhs\Traits\ConditionViewHelperTrait
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 프로퍼티들

프로퍼티 타입 설명
$pageService FluidTYPO3\Vhs\Service\PageService

공개 메소드들

메소드 설명
initializeArguments ( ) Initialize arguments
setPageService ( PageService $pageService ) : void

보호된 메소드들

메소드 설명
evaluateCondition ( array $arguments = null ) : boolean

메소드 상세

evaluateCondition() 보호된 정적인 메소드

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
리턴 boolean

initializeArguments() 공개 메소드

Initialize arguments
public initializeArguments ( )

setPageService() 공개 정적인 메소드

public static setPageService ( PageService $pageService ) : void
$pageService FluidTYPO3\Vhs\Service\PageService
리턴 void

프로퍼티 상세

$pageService 보호되어 있는 정적으로 프로퍼티

protected static PageService,FluidTYPO3\Vhs\Service $pageService
리턴 FluidTYPO3\Vhs\Service\PageService