Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118060752
PhabricatorAsanaConfigOptions.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
Tue, Jun 17, 11:13
Size
449 B
Mime Type
text/x-php
Expires
Thu, Jun 19, 11:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26796711
Attached To
rPH Phabricator
PhabricatorAsanaConfigOptions.php
View Options
<?php
final
class
PhabricatorAsanaConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
"Integration with Asana"
);
}
public
function
getDescription
()
{
return
pht
(
"Asana integration options."
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'asana.workspace-id'
,
'string'
,
null
)
->
setSummary
(
pht
(
"Workspace ID to publish into."
)),
);
}
}
Event Timeline
Log In to Comment