Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112744333
PhabricatorXHPASTParseTree.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 12, 18:34
Size
495 B
Mime Type
text/x-php
Expires
Wed, May 14, 18:34 (2 d)
Engine
blob
Format
Raw Data
Handle
26133229
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment