1<?php 2 3abstract class FuelView 4 extends AphrontView { 5 6 final protected function canAppendChild() { 7 return false; 8 } 9 10} 11 12