Page MenuHomestyx hydra

PhabricatorXHPASTParseTree.php
No OneTemporary

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
Tue, Feb 24, 8:21 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851246
Default Alt Text
PhabricatorXHPASTParseTree.php (495 B)

Event Timeline