PHP Class CallbackReturnValue, microweber

Inheritance: extends Callback, implements ICallbackNamed
Afficher le fichier Open project: microweber/microweber

Protected Properties

Свойство Type Description
$name
$value

Méthodes publiques

Méthode Description
__construct ( $value, $name = null )
__toString ( )
callback ( )
getName ( )
hasName ( )

Method Details

__construct() public méthode

public __construct ( $value, $name = null )

__toString() public méthode

public __toString ( )

callback() public méthode

public callback ( )

getName() public méthode

public getName ( )

hasName() public méthode

public hasName ( )

Property Details

$name protected_oe property

protected $name

$value protected_oe property

protected $value