Tale\Jade\Parser\Node::__toString PHP Method

__toString() public method

(echo, (string), strval, string operations, ., etc.) Calls ->dump() and dumps a debuggable text-representation of this node and all of its child-nodes
public __toString ( ) : string
return string a debuggable text-representation of this node tree
    public function __toString()
    {
        return $this->dump();
    }