Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96192115
AlmanacBindingPropertyEditEngine.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, Dec 23, 15:07
Size
383 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 15:07 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23134404
Attached To
rPH Phabricator
AlmanacBindingPropertyEditEngine.php
View Options
<?php
final
class
AlmanacBindingPropertyEditEngine
extends
AlmanacPropertyEditEngine
{
const
ENGINECONST
=
'almanac.binding.property'
;
protected
function
newObjectQuery
()
{
return
new
AlmanacBindingQuery
();
}
protected
function
getObjectViewURI
(
$object
)
{
return
$object
->
getURI
();
}
protected
function
getObjectName
()
{
return
pht
(
'Property'
);
}
}
Event Timeline
Log In to Comment