Example #1
0
 public static function __callStatic($name, $children)
 {
     $collection = new self();
     $collection->extra('type', '');
     return $collection->__call($name, $children);
 }
Example #2
0
 public static function __callStatic($name, $children)
 {
     $collection = new self();
     $collection->extra('mixins', array());
     return $collection->__call($name, $children);
 }