source: trunk/prototype/rest/hypermedia/template.php @ 6528

Revision 6528, 127 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

  • Property svn:executable set to *
Line 
1<?php
2
3class Template {
4
5    public $data = array();
6
7    public function addData($data) {
8        $this->data[] = $data;
9    }
10
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.