Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111329614
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
Wed, Apr 30, 20:23
Size
260 B
Mime Type
text/x-php
Expires
Fri, May 2, 20:23 (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