Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106342360
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
Mon, Mar 24, 23:39
Size
176 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 23:39 (2 d)
Engine
blob
Format
Raw Data
Handle
25169640
Attached To
rPH Phabricator
PhrictionDocumentHeraldField.php
View Options
<?php
abstract
class
PhrictionDocumentHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PhrictionDocument
);
}
}
Event Timeline
Log In to Comment