Provides event arguments for the onClear event.
@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 2.2 @author Roman Borschel <roman@code-factory.de> @author Benjamin Eberlei <kontakt@beberlei.de>
Expanded class hierarchy of OnClearEventArgs
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventArgs:: |
private static | property | ||
EventArgs:: |
public static | function | Gets the single, empty and immutable EventArgs instance. | |
OnClearEventArgs:: |
private | property | ||
OnClearEventArgs:: |
private | property | ||
OnClearEventArgs:: |
public | function | Check if event clears all entities. | |
OnClearEventArgs:: |
public | function | Name of the entity class that is cleared, or empty if all are cleared. | |
OnClearEventArgs:: |
public | function | Retrieve associated ObjectManager. | |
OnClearEventArgs:: |
public | function | Constructor. |