PHP Class Storm\Drivers\Base\Object\Properties\Accessors\MethodBase

Inheritance: extends ReflectionBase
Show file Open project: timetoogo/penumbra Class Usage Examples

Protected Properties

Property Type Description
$ConstantArguments
$MethodName
$Reflection ReflectionMethod

Public Methods

Method Description
GetMethodName ( )
Identifier ( &$Identifier )
__construct ( $MethodName, array $ConstantArguments = [] )
__sleep ( )

Protected Methods

Method Description
Format ( $FunctionName, array $Arguments )
LoadReflection ( )

Method Details

Format() final protected method

final protected Format ( $FunctionName, array $Arguments )
$Arguments array

GetMethodName() final public method

final public GetMethodName ( )

Identifier() final public method

final public Identifier ( &$Identifier )

LoadReflection() protected method

protected LoadReflection ( )

__construct() public method

public __construct ( $MethodName, array $ConstantArguments = [] )
$ConstantArguments array

__sleep() public method

public __sleep ( )

Property Details

$ConstantArguments protected property

protected $ConstantArguments

$MethodName protected property

protected $MethodName

$Reflection protected property

protected ReflectionMethod $Reflection
return ReflectionMethod