Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101932364
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, Feb 15, 07:29
Size
260 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 07:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24248318
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