Call us: 0031 23-75-10500  |  Language: Dutch English German
 
The PxReflectionMethod Class

PxReflectionMethod: The PxReflectionMethod class reports information about a method

This class extends the php ReflectionMethod. In addition to the functions which ReflectionMethod offers this
class also gives you access to the docblock object, the source code and other functions.

Synopsis


Class PxReflectionMethod extends ReflectionMethod implements Reflector

Inherited properties

public unknown ReflectionMethod->class= '';
public unknown ReflectionMethod->name= '';

Methods

public PxReflectionMethod::__construct ( mixed $class , string $name )
public string PxReflectionMethod::__toString ( void )
public PxMethodDocBlock PxReflectionMethod::getDocBlock ( void )
public integer PxReflectionMethod::getStartLine ( void )
public boolean PxReflectionMethod::isModified ( void )

Inherited methods

public static ReflectionMethod::export ( $class , $name , [ $return = 'unknown'] )
public ReflectionMethod::invoke ( $object , $args )
public ReflectionMethod::invokeArgs ( $object , $args )
public ReflectionMethod::isFinal ( void )