Phalcon\Test\Collections\Store\Songs::_trace PHP Method

_trace() protected method

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