[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/phpast/storage/ -> PhabricatorXHPASTViewParseTree.php (source)

   1  <?php
   2  
   3  final class PhabricatorXHPASTViewParseTree extends PhabricatorXHPASTViewDAO {
   4  
   5    protected $authorPHID;
   6  
   7    protected $input;
   8    protected $stdout;
   9  
  10    public function getConfiguration() {
  11      return array(
  12        self::CONFIG_COLUMN_SCHEMA => array(
  13          'authorPHID' => 'phid?',
  14          'input' => 'text',
  15          'stdout' => 'text',
  16        ),
  17      ) + parent::getConfiguration();
  18    }
  19  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1