Puli\Repository\AbstractEditableRepository::clearVersions PHP Метод

clearVersions() защищенный Метод

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