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);
    }