You are here

public function EventManagerTest::preFoo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php \Doctrine\Tests\Common\EventManagerTest::preFoo()

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php, line 71

Class

EventManagerTest

Namespace

Doctrine\Tests\Common

Code

public function preFoo(EventArgs $e) {
  $this->_preFooInvoked = true;
}