Sha256: 8fbfce09491e428ad968a10d194873c3cbbfd9b7db979615acc4e03907929028

Contents?: true

Size: 448 Bytes

Versions: 10

Compression:

Stored size: 448 Bytes

Contents

<?php

namespace MtHaml;

class Escaping
{
    protected $enabled;
    protected $once;

    public function setEnabled($enabled)
    {
        $this->enabled = $enabled;

        return $this;
    }

    public function isEnabled()
    {
        return $this->enabled;
    }

    public function setOnce($once)
    {
        $this->once = $once;

        return $this;
    }

    public function isOnce()
    {
        return $this->once;
    }
}

Version data entries

10 entries across 10 versions & 1 rubygems

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