Method | Description | |
---|---|---|
__construct ( array $data = [] ) | Constructor | |
getId ( ) : string | Get the document ID. | |
getInitialId ( ) : string | Get the initial document ID. | |
setId ( string $id ) | Set the document ID. |
public __construct ( array $data = [] ) | ||
$data | array | An associative array, each key/value pair will be turned into properties on this object. |
public getInitialId ( ) : string | ||
return | string |