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