1 | <?php |
||
16 | class PrePersistEvent extends Event |
||
|
|||
17 | { |
||
18 | /** |
||
19 | * @var object |
||
20 | */ |
||
21 | private $document; |
||
22 | |||
23 | /** |
||
24 | * PrePersistEvent constructor. |
||
25 | * @param $document |
||
26 | */ |
||
27 | public function __construct($document) |
||
31 | |||
32 | /** |
||
33 | * @return object |
||
34 | */ |
||
35 | public function getDocument() |
||
39 | |||
40 | /** |
||
41 | * @param object $document |
||
42 | */ |
||
43 | public function setDocument($document) |
||
47 | } |
||
48 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.