Files
Mustache/examples/comments/Comments.php
T

8 lines
87 B
PHP

<?php
class Comments {
public function title() {
return 'A Comedy of Errors';
}
}