ReflectionClass::setStaticPropertyValue

Sets static property value

Description

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

Sets static property value.

Parameters

name

Property name.

value

New property value.

Return Values

No value is returned.

See Also

  • ReflectionClass::getStaticPropertyValue