Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SimpleByValue
PHP Class SimpleByValue, simpletest
Stashes a value for returning later.
Afficher le fichier
Open project: simpletest/simpletest
Méthodes publiques
Méthode
Description
__construct
(
mixed
$value
)
Stashes it for later.
act
( ) :
mixed
Returns the value stored earlier.
Method Details
__construct()
public
méthode
Stashes it for later.
public
__construct
(
mixed
$value
)
$value
mixed
You need to clone objects if you want copy semantics for these.
act()
public
méthode
Returns the value stored earlier.
public
act
( ) :
mixed
Résultat
mixed
Whatever was stashed.