public function EventManagerTest::postFoo

File

drupal/core/vendor/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;
}