Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91389715
PhrictionDocumentHeraldField.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
Sun, Nov 10, 15:37
Size
280 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 15:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22254305
Attached To
rPH Phabricator
PhrictionDocumentHeraldField.php
View Options
<?php
abstract
class
PhrictionDocumentHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PhrictionDocument
);
}
public
function
getFieldGroupKey
()
{
return
PhrictionDocumentHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment