PHP 인터페이스 eZ\Publish\Core\MVC\Symfony\View\Provider\Block

Block view providers select a view for a given page block, depending on its own internal rules. Such provider is meant to work along with Page field type.
사용 중단: since 6.0.0
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getView ( Block $block ) : ContentView | void Returns a ContentView object corresponding to $block, or null if not applicable.

메소드 상세

getView() 공개 메소드

Returns a ContentView object corresponding to $block, or null if not applicable.
public getView ( Block $block ) : ContentView | void
$block eZ\Publish\Core\FieldType\Page\Parts\Block
리턴 eZ\Publish\Core\MVC\Symfony\View\ContentView | void