Doctrine\ODM\CouchDB\OptimisticLockException::notVersioned PHP Метод

notVersioned() публичный статический Метод

public static notVersioned ( $entityName )
    public static function notVersioned($entityName)
    {
        return new self("Cannot obtain optimistic lock on unversioned document " . $entityName, null);
    }