Page MenuHomePhorge

PhabricatorXHPASTViewParseTree.php
No OneTemporary

Size
396 B
Referenced Files
None
Subscribers
None

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();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 2, 3:33 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
274835
Default Alt Text
PhabricatorXHPASTViewParseTree.php (396 B)

Event Timeline