Sha256: 36c5561869164c8840b3e8dd57180f4e239500fb68cc83ad65062bbebe2ad8d1

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

<?php

namespace MtHaml\Filter;

use MtHaml\Node\Filter;
use MtHaml\NodeVisitor\RendererAbstract;

interface FilterInterface
{
    public function isOptimizable(RendererAbstract $renderer, Filter $node, $options);

    public function optimize(RendererAbstract $renderer, Filter $node, $options);

    public function filter($content, array $context, $options);
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.3.1 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.3.0 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.5 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.4 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.3 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.2 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.1 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.2.0 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php
guard-mthaml-0.1.0 vendor/mthaml/mthaml/lib/MtHaml/Filter/FilterInterface.php