| 
 | ReflectionGenerator::__constructConstructs a ReflectionGenerator object Description
   public  ReflectionGenerator::__construct
    ( Generator  $generator)Constructs a ReflectionGenerator object. Parameters
 
 Return ValuesNo value is returned. Examples
 Example #1 ReflectionGenerator::__construct example 
<?phpThe above example will output something similar to: gen Line: 5 File: /path/to/file/example.php See Also
 
 |