Doctrine\ODM\CouchDB\CouchDBException::detachedDocumentFound PHP Method

detachedDocumentFound() public static method

public static detachedDocumentFound ( $className, $id, $assocName )
    public static function detachedDocumentFound($className, $id, $assocName)
    {
        return new self("Found a detached or new document at property " . $className . "::" . $assocName . " of document with ID " . $id . ", " . "but the assocation is not marked as cascade persist.");
    }