PHP Class CallbackReturnValue, microweber

Inheritance: extends Callback, implements ICallbackNamed
Mostrar archivo Open project: microweber/microweber

Protected Properties

Property Type Description
$name
$value

Public Methods

Method Description
__construct ( $value, $name = null )
__toString ( )
callback ( )
getName ( )
hasName ( )

Method Details

__construct() public method

public __construct ( $value, $name = null )

__toString() public method

public __toString ( )

callback() public method

public callback ( )

getName() public method

public getName ( )

hasName() public method

public hasName ( )

Property Details

$name protected_oe property

protected $name

$value protected_oe property

protected $value