Example #1
0
 public function __call($name, $children)
 {
     $collection = Collection::__callstatic($name, $children);
     $collection->setMapper($this);
     return $collection;
 }