PHP Class SimpleByReference, simpletest

Stashes a reference for returning later.
Afficher le fichier Open project: simpletest/simpletest

Méthodes publiques

Méthode Description
__construct ( mixed &$reference ) Stashes it for later.
act ( ) : mixed Returns the reference stored earlier.

Method Details

__construct() public méthode

Stashes it for later.
public __construct ( mixed &$reference )
$reference mixed Actual PHP4 style reference.

act() public méthode

Returns the reference stored earlier.
public act ( ) : mixed
Résultat mixed Whatever was stashed.