Page MenuHomec4science

PhutilSafeHTMLProducerInterface.php
No OneTemporary

File Metadata

Created
Sun, May 19, 18:27

PhutilSafeHTMLProducerInterface.php

<?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