* @author Robin Millette <millette@controlyourself.ca>
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
-
-
-*/
+ */
class DocAction extends Action
{
var $filename;
* @param array $args array of arguments
*
* @return nothing
- */
+ */
function handle($args)
{
parent::handle($args);
* Display content.
*
* @return nothing
- */
+ */
function showContent()
{
$c = file_get_contents($this->filename);
* Page title.
*
* @return page title
- */
+ */
function title()
{
return ucfirst($this->title);