Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113122483
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
Thu, May 15, 06:51
Size
311 B
Mime Type
text/x-php
Expires
Sat, May 17, 06:51 (2 d)
Engine
blob
Format
Raw Data
Handle
26192770
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