public function OnClearEventArgs::getEntityClass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php \Doctrine\Common\Persistence\Event\OnClearEventArgs::getEntityClass()
Returns the name of the entity class that is cleared, or null if all are cleared.
Return value
string|null
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Event/ OnClearEventArgs.php, line 72
Class
- OnClearEventArgs
- Provides event arguments for the onClear event.
Namespace
Doctrine\Common\Persistence\EventCode
public function getEntityClass() {
return $this->entityClass;
}