PHP 클래스 Crud\TestCase\Controller\Crud\TestCrudEventManager

This manager class is used to replace the EventManger instance. As such, it becomes a global listener and is used to keep a log of all events fired during the test
상속: extends Cake\Event\EventManager
파일 보기 프로젝트 열기: friendsofcake/crud

보호된 프로퍼티들

프로퍼티 타입 설명
$_log

공개 메소드들

메소드 설명
dispatch ( $event )
getLog ( $params = [] )

메소드 상세

dispatch() 공개 메소드

public dispatch ( $event )

getLog() 공개 메소드

public getLog ( $params = [] )

프로퍼티 상세

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

protected $_log