/
home
/
obinna
/
html
/
boaz2
/
vendor
/
doctrine
/
persistence
/
src
/
Persistence
/
Reflection
/
Upload File
HOME
<?php namespace Doctrine\Persistence\Reflection; use ReflectionProperty; /** * PHP Typed No Default Reflection Property - special override for typed properties without a default value. */ class TypedNoDefaultReflectionProperty extends ReflectionProperty { use TypedNoDefaultReflectionPropertyBase; }