1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-02-03 01:48:35 +01:00
2012-02-08 23:14:28 +01:00

13 lines
151 B
PHP

<?php
class Document {
public $title;
public $description;
public $base;
public $charset = 'utf-8';
public $language = 'en-gb';
}
?>