Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96078787
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
Sun, Dec 22, 09:50
Size
276 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 09:50 (2 d)
Engine
blob
Format
Raw Data
Handle
23115665
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