1 | <?php |
||
5 | class ReflectionObjectFactory implements ReflectionFactoryInterface |
||
6 | { |
||
7 | /** |
||
8 | * @var \ReflectionObject |
||
9 | */ |
||
10 | private $reflectionObject; |
||
11 | |||
12 | public function __construct($object) |
||
22 | |||
23 | public static function create($object) |
||
27 | |||
28 | public static function export($object, $return = false) |
||
32 | |||
33 | public function getReflector() |
||
37 | } |
||
38 |