phug-php/phug

View on GitHub
src/Phug/Formatter/Formatter/MarkupInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug\Formatter;

interface MarkupInterface extends AssignmentContainerInterface
{
    public function belongsTo(array $tagList);

    public function isAutoClosed();
}