Ejemplo n.º 1
0
 /**
  * Returns property value. Do not call directly.
  *
  * @throws MemberAccessException if the property is not defined.
  */
 public function &__get($name)
 {
     return ObjectMixin::get($this, $name);
 }