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
Afficher le fichier Open project: friendsofcake/crud

Protected Properties

Свойство Type Description
$_log

Méthodes publiques

Méthode Description
dispatch ( $event )
getLog ( $params = [] )

Method Details

dispatch() public méthode

public dispatch ( $event )

getLog() public méthode

public getLog ( $params = [] )

Property Details

$_log protected_oe property

protected $_log