LazyRecord\BaseModel::getCachePrefix PHP Метод

getCachePrefix() публичный Метод

public getCachePrefix ( )
    public function getCachePrefix()
    {
        if ($this->_cachePrefix) {
            return $this->_cachePrefix;
        }
        return $this->_cachePrefix = get_class($this);
    }