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