Files
Mustache/examples/inverted_double_section/InvertedDoubleSection.php
T

6 lines
100 B
PHP

<?php
class InvertedDoubleSection extends Mustache {
public $t = false;
public $two = 'second';
}