mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-05 23:50:19 +00:00
9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
class DoubleSection extends Mustache {
|
|
public function t() {
|
|
return true;
|
|
}
|
|
|
|
public $two = "second";
|
|
} |