PHP 클래스 Jarves\ContentTypes\TypePlugin

상속: extends AbstractType
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$jarves Jarves\Jarves

공개 메소드들

메소드 설명
__construct ( Jarves $jarves, PageStack $pageStack, Symfony\Component\HttpKernel\KernelInterface $kernel, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, PageResponseFactory $pageResponseFactory ) TypePlugin constructor.
exceptionHandler ( GetResponseForExceptionEvent $event )
fixResponse ( GetResponseForControllerResultEvent $event )
isPreview ( ) : boolean
render ( )
setContent ( Jarves\Model\ContentInterface $content )

메소드 상세

__construct() 공개 메소드

TypePlugin constructor.
public __construct ( Jarves $jarves, PageStack $pageStack, Symfony\Component\HttpKernel\KernelInterface $kernel, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, PageResponseFactory $pageResponseFactory )
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$kernel Symfony\Component\HttpKernel\KernelInterface
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$pageResponseFactory Jarves\PageResponseFactory

exceptionHandler() 공개 메소드

public exceptionHandler ( GetResponseForExceptionEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent

fixResponse() 공개 메소드

public fixResponse ( GetResponseForControllerResultEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent

isPreview() 공개 메소드

public isPreview ( ) : boolean
리턴 boolean

render() 공개 메소드

public render ( )

setContent() 공개 메소드

public setContent ( Jarves\Model\ContentInterface $content )
$content Jarves\Model\ContentInterface

프로퍼티 상세

$jarves 보호되어 있는 프로퍼티

protected Jarves,Jarves $jarves
리턴 Jarves\Jarves