Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92611679
PhutilSafeHTMLProducerInterface.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
Fri, Nov 22, 00:39
Size
276 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 00:39 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22470617
Attached To
rPHU libphutil
PhutilSafeHTMLProducerInterface.php
View Options
<?php
/**
* Implement this interface to mark an object as capable of producing a
* PhutilSafeHTML representation. This is primarily useful for building
* renderable HTML views.
*/
interface
PhutilSafeHTMLProducerInterface
{
public
function
producePhutilSafeHTML
();
}
Event Timeline
Log In to Comment