You are here

public function EventManagerTest::postFoo in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php, line 76

Class

EventManagerTest

Namespace

Doctrine\Tests\Common

Code

public function postFoo(EventArgs $e) {
  $this->_postFooInvoked = true;
}