Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97956583
AlmanacServicePropertyEditEngine.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, Jan 7, 23:22
Size
383 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 23:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23454935
Attached To
rPH Phabricator
AlmanacServicePropertyEditEngine.php
View Options
<?php
final
class
AlmanacServicePropertyEditEngine
extends
AlmanacPropertyEditEngine
{
const
ENGINECONST
=
'almanac.service.property'
;
protected
function
newObjectQuery
()
{
return
new
AlmanacServiceQuery
();
}
protected
function
getObjectViewURI
(
$object
)
{
return
$object
->
getURI
();
}
protected
function
getObjectName
()
{
return
pht
(
'Property'
);
}
}
Event Timeline
Log In to Comment