public function EventManagerTest::postFoo in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ EventManagerTest.php, line 76
Class
Namespace
Doctrine\Tests\CommonCode
public function postFoo(EventArgs $e) {
$this->_postFooInvoked = true;
}