$key = $value; } } /** * Get the parser for the current object * * @return \League\CLImate\Decorator\Parser\Parser */ public function getParser() { return $this->parser; } /** * Check if this object requires a new line to be added after the output * * @return boolean */ public function sameLine() { return false; } }