source: sandbox/2.4-expresso-api/prototype/rest/hypermedia/template.php @ 6230

Revision 6230, 127 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2758 - Implementacao dos recursos de contatos dinamicos no modelo de rest

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