Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93588597
PhabricatorPholioConfigOptions.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
Fri, Nov 29, 23:36
Size
569 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 23:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22669330
Attached To
rPH Phabricator
PhabricatorPholioConfigOptions.php
View Options
<?php
final
class
PhabricatorPholioConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Pholio'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Pholio.'
);
}
public
function
getIcon
()
{
return
'fa-camera-retro'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.pholio.subject-prefix'
,
'string'
,
'[Pholio]'
)
->
setDescription
(
pht
(
'Subject prefix for Pholio email.'
)),
);
}
}
Event Timeline
Log In to Comment