ReflectionGenerator::getExecutingFile
Gets the file name of the currently executing generator
&reftitle.description;
public stringReflectionGenerator::getExecutingFile
Get the full path and file name of the currently executing generator.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns the full path and file name of the currently executing generator.
&reftitle.examples;
ReflectionGenerator::getExecutingFile example
gen();
$reflectionGen = new ReflectionGenerator($gen);
echo "File: {$reflectionGen->getExecutingFile()}";
]]>
&example.outputs.similar;
&reftitle.seealso;
ReflectionGenerator::getExecutingLine
ReflectionGenerator::getExecutingGenerator