Piwik\DataTable::__clone PHP Метод

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

If we do not increase tableId it can result in segmentation faults when destructing a datatable.
public __clone ( )
    public function __clone()
    {
        // registers this instance to the manager
        $this->currentId = Manager::getInstance()->addTable($this);
    }