1 | <?php |
||
8 | class IsolateIdentifier extends EntityIdentifier |
||
9 | { |
||
10 | /** |
||
11 | * @param $object |
||
12 | * @return bool |
||
13 | */ |
||
14 | public function isEntity($object) |
||
20 | |||
21 | /** |
||
22 | * @param mixed $entity |
||
23 | * @return bool |
||
24 | */ |
||
25 | public function isPersisted($entity) |
||
31 | |||
32 | /** |
||
33 | * @param $entity |
||
34 | * @return mixed |
||
35 | */ |
||
36 | public function getIdentity($entity) |
||
42 | } |
||
43 |