Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93432393
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
Thu, Nov 28, 17:29
Size
276 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 17:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22617765
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