Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91283442
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
Sat, Nov 9, 15:56
Size
383 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 15:56 (2 d)
Engine
blob
Format
Raw Data
Handle
22235979
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