Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91659855
PonderEditor.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
Wed, Nov 13, 04:58
Size
261 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 04:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22261643
Attached To
rPH Phabricator
PonderEditor.php
View Options
<?php
abstract
class
PonderEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorPonderApplication'
;
}
protected
function
getMailSubjectPrefix
()
{
return
'[Ponder]'
;
}
}
Event Timeline
Log In to Comment