コード例 #1
0
 public function __invoke()
 {
     $this->provider->reset();
     $this->execute(func_get_args());
     return $this->provider->getQueryTime();
 }