Exemplo n.º 1
0
 public function __call($method, $args)
 {
     if (Util::stringBeginsWith($method, 'where')) {
         $value = $args[0];
         return $this->whereMagic($method, $value);
     }
 }