This commit is contained in:
parent
06f256b410
commit
6021e3a1b8
1 changed files with 6 additions and 3 deletions
|
@ -25,10 +25,13 @@ use Doctrine\ORM\EntityManager;
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class that holds event arguments for a loadMetadata event.
|
* Class that holds event arguments for a `onClassMetadataNotFound` event.
|
||||||
*
|
*
|
||||||
* @author Jonathan H. Wage <jonwage@gmail.com>
|
* This object is mutable by design, allowing callbacks having access to it to set the
|
||||||
* @since 2.3
|
* found metadata in it, and therefore "cancelling" a `onClassMetadataNotFound` event
|
||||||
|
*
|
||||||
|
* @author Marco Pivetta <ocramius@gmail.com>
|
||||||
|
* @since 2.5
|
||||||
*/
|
*/
|
||||||
class OnClassMetadataNotFoundEventArgs extends EventArgs
|
class OnClassMetadataNotFoundEventArgs extends EventArgs
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue