Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1167940
PhabricatorXHPASTViewParseTree.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
PhabricatorXHPASTViewParseTree.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 3:33 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
274835
Default Alt Text
PhabricatorXHPASTViewParseTree.php (396 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment