Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92173090
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, Nov 18, 00:23
Size
495 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 00:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22386738
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