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