isReference($stringIdentifier) ? $this->getReferenceValue($stringIdentifier) : $stringIdentifier * * @param string $stringIdentifier * @return mixed $stringIdentifier if not a reference, otherwise the reference vale * @throws \Exception if the given Identifier is not a reference */ public function resolveReference($stringIdentifier); }