|
ReflectionProperty::setValueSet property value Description
public void ReflectionProperty::setValue(objectnull
$object, mixed $value)public void ReflectionProperty::setValue(mixed
$value)Sets (changes) the property's value.
Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 ReflectionProperty::setValue example The above example will output: string(3) "foo" string(3) "bar" string(6) "foobar" See Also
|