Ejemplo n.º 1
0
 /**
  * Sets value of a property. Do not call directly.
  *
  * @throws MemberAccessException if the property is not defined or is read-only
  */
 public function __set($name, $value)
 {
     return ObjectMixin::set($this, $name, $value);
 }