source: Dev/branches/rest-dojo-ui/client/util/jsdoc/template.php @ 271

Last change on this file since 271 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 438 bytes
Line 
1<?php
2
3// Use this theme function to do a final manipulation of the form
4
5function phptemplate_jsdoc_object_form($form) {
6}
7
8function phptemplate_jsdoc_object_form($form) {
9}
10
11// Use these functions to create the equivalent tpl.php files
12
13// function theme_jsdoc_object_children($children) {
14function phptemplate_jsdoc_object_children($children) {
15  return _phptemplate_callback('jsdoc_object_children', array('children' => $children));
16}
Note: See TracBrowser for help on using the repository browser.