Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894441
AlmanacServiceController.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
720 B
Referenced Files
None
Subscribers
None
AlmanacServiceController.php
View Options
<?php
abstract
class
AlmanacServiceController
extends
AlmanacController
{
protected
function
buildApplicationCrumbs
(
)
{
$crumbs
=
parent
::
buildApplicationCrumbs
(
)
;
$list_uri
=
$this
->
getApplicationURI
(
'service/'
)
;
$crumbs
->
addTextCrumb
(
pht
(
'Services'
)
,
$list_uri
)
;
return
$crumbs
;
}
public
function
buildApplicationMenu
(
)
{
return
$this
->
newApplicationMenu
(
)
->
setSearchEngine
(
new
AlmanacServiceSearchEngine
(
)
)
;
}
protected
function
getPropertyDeleteURI
(
$object
)
{
$id
=
$object
->
getID
(
)
;
return
"/almanac/service/delete/{$id}/"
;
}
protected
function
getPropertyUpdateURI
(
$object
)
{
$id
=
$object
->
getID
(
)
;
return
"/almanac/service/property/{$id}/"
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 19:53 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128183
Default Alt Text
AlmanacServiceController.php (720 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment