Viewing File: /home/ubuntu/code_review/phabricator/src/view/fuel/FuelView.php

<?php

abstract class FuelView
  extends AphrontView {

  final protected function canAppendChild() {
    return false;
  }

}
Back to Directory File Manager