It is important to note that calling ReflectionClass::setStaticPropertyValue will not allow you to add new static properties to a class.
ReflectionClass::setStaticPropertyValue
(PHP 5 >= 5.1.0)
ReflectionClass::setStaticPropertyValue — Sets static property value
Descrizione
public void ReflectionClass::setStaticPropertyValue
( string
$name
, string $value
)Sets static property value.
Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Elenco dei parametri
-
name -
Property name.
-
value -
New property value.
Valori restituiti
Nessun valore viene restituito.
chuck at manchuck dot com ¶
10 months ago
