hasArgument($argumentName)) { $value = $this->renderChildren(); } else { $value = $this->arguments[$argumentName]; } return $value; } }