PHP 클래스 Newscoop\EventDispatcher\Events\PluginHooksEvent

Collect Response objects from plugins admin iterface hooks.
상속: extends Symfony\Component\EventDispatcher\GenericEvent
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$hooksResponses array Array with Response objects from hooks

공개 메소드들

메소드 설명
addHookResponse ( Response $response ) Add Response object to event
getHooksResponses ( ) : array Get all stored Response objects from event

메소드 상세

addHookResponse() 공개 메소드

Add Response object to event
public addHookResponse ( Response $response )
$response Symfony\Component\HttpFoundation\Response

getHooksResponses() 공개 메소드

Get all stored Response objects from event
public getHooksResponses ( ) : array
리턴 array

프로퍼티 상세

$hooksResponses 공개적으로 프로퍼티

Array with Response objects from hooks
public array $hooksResponses
리턴 array