Files
wp-mustache/mustache.php/examples/double_section/DoubleSection.php
T

9 lines
114 B
PHP

<?php
class DoubleSection extends Mustache {
public function t() {
return true;
}
public $two = "second";
}