Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112700880
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
Mon, May 12, 09:58
Size
311 B
Mime Type
text/x-php
Expires
Wed, May 14, 09:58 (2 d)
Engine
blob
Format
Raw Data
Handle
26110324
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
();
}
}
Event Timeline
Log In to Comment