1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-02-20 15:36:27 +01:00

13 lines
151 B
PHP
Raw Permalink Normal View History

2012-02-08 23:14:28 +01:00
<?php
class Document {
public $title;
public $description;
public $base;
public $charset = 'utf-8';
public $language = 'en-gb';
}
?>