ExtendedReflectionProperty.class.php

Go to the documentation of this file.
00001 <?phpclass ExtendedReflectionProperty extends ReflectionProperty
00019 {
00025         public final function getDeclaringClass()
00026     {
00027         return $this->createExtendedReflectionClass( parent::getDeclaringClass() );
00028     }
00029 
00039     protected function createExtendedReflectionClass( ReflectionClass $objOriginalReflectionClass )
00040         {
00041                 return new ExtendedReflectionClass( $objOriginalReflectionClass->getName() );
00042         }
00043 }
00044 ?>

Generated on Thu Feb 3 03:54:59 2011 for CodeToDiagram by  doxygen 1.5.9