Files
Mustache/test/fixtures/examples/double_section/DoubleSection.php
T
2015-03-28 17:54:07 +01:00

12 lines
117 B
PHP

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