public function OnClearEventArgs::getEntityClass in Plug 7
Returns the name of the entity class that is cleared, or null if all are cleared.
Return value
string|null
File
- lib/
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;
}