| 12 |
// $Id$ |
// $Id$ |
| 13 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 14 |
// $Log$ |
// $Log$ |
| 15 |
|
// Revision 1.6 2003/03/09 15:49:20 joko |
| 16 |
|
// fix towards optimizing autodocumentation: |
| 17 |
|
// enriched with metadata to tell autodia how to build object-relationships by discarding the fancy namespacing stuff there |
| 18 |
|
// |
| 19 |
// Revision 1.5 2003/03/08 20:04:59 root |
// Revision 1.5 2003/03/08 20:04:59 root |
| 20 |
// + optimized comments for Autodia |
// + optimized comments for Autodia |
| 21 |
// |
// |
| 66 |
* @link http://www.gnu.org/licenses/lgpl.txt |
* @link http://www.gnu.org/licenses/lgpl.txt |
| 67 |
* |
* |
| 68 |
* @package org.netfrag.glib |
* @package org.netfrag.glib |
| 69 |
* @subpackage Data::Lift |
* @subpackage DataLift |
| 70 |
* @name Data::Lift |
* @name Data::Lift |
| 71 |
* |
* |
| 72 |
* @link http://cvs.netfrag.org/php/libs/org.netfrag.glib |
* @link http://cvs.netfrag.org/php/libs/org.netfrag.glib |
| 183 |
//include($actor_file); |
//include($actor_file); |
| 184 |
|
|
| 185 |
/** |
/** |
| 186 |
|
* <!-- Autodia --> |
| 187 |
* can do: (this is metadata supplied for Autodia, don't delete!) |
* can do: (this is metadata supplied for Autodia, don't delete!) |
|
* $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu() |
|
| 188 |
* $this->_actor_instance = new Data_Lift_hash_job_html() |
* $this->_actor_instance = new Data_Lift_hash_job_html() |
| 189 |
|
* $this->_actor_instance = new Data_Lift_hash_tree_PEAR_Tree() |
| 190 |
|
* $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu() |
| 191 |
|
* $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu_DHTML() |
| 192 |
|
* $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu_Listbox() |
| 193 |
|
* |
| 194 |
*/ |
*/ |
| 195 |
|
|
| 196 |
$actor_name = 'Data/Lift/' . join('/', $this->actor); |
$actor_name = 'Data/Lift/' . join('/', $this->actor); |