Sha256: 3a89ceb109b8aa240f58128780c049b6cf3a8a9aa59ece239feb53bfdbf9e89e

Contents?: true

Size: 251 Bytes

Versions: 10

Compression:

Stored size: 251 Bytes

Contents

<?php

namespace MtHaml\Runtime;

class AttributeInterpolation
{
    public $value;

    public static function create($value)
    {
        $instance = new AttributeInterpolation;
        $instance->value = $value;

        return $instance;
    }
}

Version data entries

10 entries across 10 versions & 1 rubygems

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