// =========================================================================
// GETTERS
// =========================================================================
/**
* {@inheritDoc}
*/
public function getId(): string
{ return implode(';',
[$this->
getPrefixedName(),
$this->
getPath(),
$this->
getDomain()]);
} /**
* {@inheritDoc}
*/
public function getPrefix(): string
{ return $this->prefix;
} /**
* {@inheritDoc}
*/