Files
Mustache/test/fixtures/examples/double_section/DoubleSection.php
T

10 lines
98 B
PHP

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