1: <?php 2: namespace Pharborist; 3: 4: /** 5: * Container for php template (Inline HTML with echo tag statements). 6: */ 7: class TemplateNode extends ParentNode { 8: 9: } 10: