Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111531254
PholioMockHeraldField.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, May 3, 00:28
Size
260 B
Mime Type
text/x-php
Expires
Mon, May 5, 00:28 (2 d)
Engine
blob
Format
Raw Data
Handle
25872267
Attached To
rPH Phabricator
PholioMockHeraldField.php
View Options
<?php
abstract
class
PholioMockHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PholioMock
);
}
public
function
getFieldGroupKey
()
{
return
PholioMockHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment