Example #1
0
 /**
  * Call to undefined method.
  *
  * @throws MemberAccessException
  */
 public function __call($name, $args)
 {
     return ObjectMixin::call($this, $name, $args);
 }