Page MenuHomePhorge

PhabricatorXHPASTViewParseTree.php
No OneTemporary

Size
393 B
Referenced Files
None
Subscribers
None

PhabricatorXHPASTViewParseTree.php

<?php
final class PhabricatorXHPASTViewParseTree extends PhabricatorXHPASTViewDAO {
protected $authorPHID;
protected $input;
protected $stdout;
public 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
Tue, May 13, 2:50 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123897
Default Alt Text
PhabricatorXHPASTViewParseTree.php (393 B)

Event Timeline