public function EventManagerTest::postFoo in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php \Doctrine\Tests\Common\EventManagerTest::postFoo()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ EventManagerTest.php, line 76
Class
Namespace
Doctrine\Tests\CommonCode
public function postFoo(EventArgs $e) {
$this->_postFooInvoked = true;
}