Puli\Repository\AbstractEditableRepository::clearVersions PHP Méthode

clearVersions() protected méthode

Clears the change stream.
protected clearVersions ( )
    protected function clearVersions()
    {
        if (null !== $this->changeStream) {
            $this->changeStream->clear();
        }
    }