Page MenuHomec4science

PhabricatorXHPASTViewParseTree.php
No OneTemporary

File Metadata

Created
Mon, Aug 12, 01:27

PhabricatorXHPASTViewParseTree.php

<?php
final class PhabricatorXHPASTViewParseTree extends PhabricatorXHPASTViewDAO {
protected $authorPHID;
protected $input;
protected $stdout;
protected function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'authorPHID' => 'phid?',
'input' => 'text',
'stdout' => 'text',
),
) + parent::getConfiguration();
}
}

Event Timeline