AppserverIo\Appserver\Core\Api\Node\HandlerNode::getFormatter PHP 메소드

getFormatter() 공개 메소드

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