getIdentifierValue() public method

Gets the document identifier.
public getIdentifierValue ( object $xmlEntity ) : string
$xmlEntity object
return string $id
Ejemplo n.º 1
0
 public function delete($xmlEntity, array $options = array())
 {
     return $this->storage->delete($this->metadata, $this->metadata->getIdentifierValue($xmlEntity));
 }