ok

Mini Shell

Direktori : /home2/selectio/public_html/bharath/a1tex.in/vendor/sabberworm/php-css-parser/src/
Upload File :
Current File : /home2/selectio/public_html/bharath/a1tex.in/vendor/sabberworm/php-css-parser/src/Renderable.php

<?php

namespace Sabberworm\CSS;

interface Renderable
{
    /**
     * @return string
     */
    public function __toString();

    /**
     * @return string
     */
    public function render(OutputFormat $oOutputFormat);

    /**
     * @return int
     */
    public function getLineNo();
}

Zerion Mini Shell 1.0