Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106193385
PhabricatorXHPASTViewParseTree.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
Sun, Mar 23, 10:34
Size
396 B
Mime Type
text/x-php
Expires
Tue, Mar 25, 10:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25067279
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment