| Current Path : C:/xampp/htdocs/cid/system/dompdf/vendor/sabberworm/php-css-parser/src/ |
| Current File : C:/xampp/htdocs/cid/system/dompdf/vendor/sabberworm/php-css-parser/src/Renderable.php |
<?php
namespace Sabberworm\CSS;
interface Renderable
{
/**
* @return string
*/
public function __toString();
/**
* @param OutputFormat|null $oOutputFormat
*
* @return string
*/
public function render($oOutputFormat);
/**
* @return int
*/
public function getLineNo();
}