Tale\Jade\Parser\Node::__toString PHP 메소드

__toString() 공개 메소드

(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
리턴 string a debuggable text-representation of this node tree
    public function __toString()
    {
        return $this->dump();
    }