InvertedDoubleSection.php 100 B

123456
  1. <?php
  2. class InvertedDoubleSection extends Mustache {
  3. public $t = false;
  4. public $two = 'second';
  5. }