public function __clear()
 {
     $this->call = array();
     $this->return = array();
     $this->get = array();
     static::$callStatic = array();
 }
Exemple #2
0
 public static function __callStatic($method, $params)
 {
     return static::$callStatic = compact('method', 'params');
 }