downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionClass::__toString> <ReflectionClass::newInstanceWithoutConstructor
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::setStaticPropertyValueEstablece el valor de una propiedad estática

Descripción

public void ReflectionClass::setStaticPropertyValue ( string $name , string $value )

Establece el valor de una propiedad estática.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

name

Nombre de la propiedad.

value

Nuevo valor de la propiedad.

Valores devueltos

No devuelve ningún valor.

Ver también



add a note add a note User Contributed Notes ReflectionClass::setStaticPropertyValue - [1 notes]
up
1
chuck at manchuck dot com
10 months ago
It is important to note that calling ReflectionClass::setStaticPropertyValue will not allow you to add new static properties to a class.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites