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