public function EventManagerTest::preFoo 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::preFoo()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ EventManagerTest.php, line 71
Class
Namespace
Doctrine\Tests\CommonCode
public function preFoo(EventArgs $e) {
$this->_preFooInvoked = true;
}