PHP Class 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
Inheritance: extends Cake\Event\EventManager
Show file Open project: friendsofcake/crud

Protected Properties

Property Type Description
$_log

Public Methods

Method Description
dispatch ( $event )
getLog ( $params = [] )

Method Details

dispatch() public method

public dispatch ( $event )

getLog() public method

public getLog ( $params = [] )

Property Details

$_log protected property

protected $_log