Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2990196
PhabricatorOwnersPackageFunctionDatasource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
576 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersPackageFunctionDatasource.php
View Options
<?php
final
class
PhabricatorOwnersPackageFunctionDatasource
extends
PhabricatorTypeaheadCompositeDatasource
{
public
function
getBrowseTitle
(
)
{
return
pht
(
'Browse Packages'
)
;
}
public
function
getPlaceholderText
(
)
{
return
pht
(
'Type a package name or function...'
)
;
}
public
function
getDatasourceApplicationClass
(
)
{
return
PhabricatorOwnersApplication
::
class
;
}
public
function
getComponentDatasources
(
)
{
return
array
(
new
PhabricatorOwnersPackageDatasource
(
)
,
new
PhabricatorOwnersPackageOwnerDatasource
(
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 21:33 (21 h, 37 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1131572
Default Alt Text
PhabricatorOwnersPackageFunctionDatasource.php (576 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment