| 13 |
* $Id$ |
* $Id$ |
| 14 |
* |
* |
| 15 |
* $Log$ |
* $Log$ |
| 16 |
|
* Revision 1.6 2003/03/11 02:14:18 joko |
| 17 |
|
* + fixed metadata for phpDocumentor |
| 18 |
|
* |
| 19 |
|
* Revision 1.5 2003/03/10 22:58:46 joko |
| 20 |
|
* + fixed metadata for phpDocumentor |
| 21 |
|
* |
| 22 |
* Revision 1.4 2003/03/05 23:16:46 joko |
* Revision 1.4 2003/03/05 23:16:46 joko |
| 23 |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 24 |
* |
* |
| 101 |
* @package org.netfrag.glib |
* @package org.netfrag.glib |
| 102 |
* @name php |
* @name php |
| 103 |
* |
* |
|
* @todo |
|
| 104 |
* <pre> |
* <pre> |
| 105 |
* Todo: |
* Todo: |
| 106 |
* |
* @todo (o) establish mkInstance here (move from DesignPattern::Object::mkObject) |
| 107 |
* o establish mkInstance here (move from DesignPattern::Object::mkObject) |
* @todo (o) establish loadModule here (move from DesignPattern::Object::loadModule) |
|
* o establish loadModule here (move from DesignPattern::Object::loadModule) |
|
| 108 |
* |
* |
| 109 |
* Ideas: |
* Ideas: |
| 110 |
* o php::create_redirector_function('func', array( type => 'lamba|function|method', name => 'Abc::do_xyz') ) |
* @todo (o) php::create_redirector_function('func', array( type => 'lamba|function|method', name => 'Abc::do_xyz') ) |
| 111 |
* o php::create_redirector_method('class|obj_ref', 'method', $target) |
* @todo (o) php::create_redirector_method('class|obj_ref', 'method', $target) |
| 112 |
* o php::export_symbol(from, to) (maybe solves above two) |
* @todo (o) php::export_symbol(from, to) (maybe solves above two) |
| 113 |
* </pre> |
* </pre> |
| 114 |
* |
* |
| 115 |
*/ |
*/ |