__set() public method
PHP setter magic method.
This method is overridden so that AR attributes can be accessed like properties.
public void __set ( $name, $value ) | ||
---|---|---|
$name | string |
Property name |
$value | mixed |
Property value |
Designed by : w10schools
service@w10schools.com
Please login to continue.