protected function _trace($method) { if (!isset($this->trace[$method])) { $this->trace[$method] = 1; } else { $this->trace[$method]++; } }