Page MenuHomePhorge

PhabricatorXHPASTParseTree.php
No OneTemporary

Size
495 B
Referenced Files
None
Subscribers
None

PhabricatorXHPASTParseTree.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 12:47 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120043
Default Alt Text
PhabricatorXHPASTParseTree.php (495 B)

Event Timeline