Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F564037
PhabricatorXHPASTViewParseTree.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
PhabricatorXHPASTViewParseTree.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment