Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101946564
AlmanacDevicePropertyEditEngine.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, Feb 15, 11:26
Size
380 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 11:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24250685
Attached To
rPH Phabricator
AlmanacDevicePropertyEditEngine.php
View Options
<?php
final
class
AlmanacDevicePropertyEditEngine
extends
AlmanacPropertyEditEngine
{
const
ENGINECONST
=
'almanac.device.property'
;
protected
function
newObjectQuery
()
{
return
new
AlmanacDeviceQuery
();
}
protected
function
getObjectViewURI
(
$object
)
{
return
$object
->
getURI
();
}
protected
function
getObjectName
()
{
return
pht
(
'Property'
);
}
}
Event Timeline
Log In to Comment