source: branches/2.4/prototype/rest/hypermedia/template.php @ 6754

Revision 6754, 127 bytes checked in by niltonneto, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

  • 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.