AppserverIo\Appserver\Core\Api\Node\HandlerNode::getFormatter PHP Method

getFormatter() public method

Returns the formatter configuration.
public getFormatter ( ) : FormatterNode
return FormatterNode The formatter configuration node
    public function getFormatter()
    {
        return $this->formatter;
    }