Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119744525
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
Sun, Jun 29, 02:38
Size
311 B
Mime Type
text/x-php
Expires
Tue, Jul 1, 02:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27037807
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