/[cvs]/nfo/php/libs/org.netfrag.glib/Exporter.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Exporter.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Wed Mar 5 18:54:41 2003 UTC revision 1.4 by joko, Mon Mar 10 22:58:45 2003 UTC
# Line 13  Line 13 
13   * $Id$   * $Id$
14   *   *
15   * $Log$   * $Log$
16     * Revision 1.4  2003/03/10 22:58:45  joko
17     * + fixed metadata for phpDocumentor
18     *
19     * Revision 1.3  2003/03/05 23:16:46  joko
20     * updated docu - phpDocumentor is very strict about its 'blocks'...
21     *
22   * Revision 1.2  2003/03/05 18:54:41  joko   * Revision 1.2  2003/03/05 18:54:41  joko
23   * updated docu - phpDocumentor is very strict about its 'blocks'...   * updated docu - phpDocumentor is very strict about its 'blocks'...
24   *   *
# Line 35  Line 41 
41   *   *
42   * This tries to mimic a very small subset of the   * This tries to mimic a very small subset of the
43   * functionality of CPAN's Exporter.   * functionality of CPAN's Exporter.
  * @link http://search.cpan.org/author/JHI/perl-5.8.0/lib/Exporter.pm  
44   *   *
45   *  x export_symbol <br>   * <pre>
46     *  x export_symbol
47   *  x export_symbols   *  x export_symbols
48   *   *
  * <pre>  
49   *  Synopsis:   *  Synopsis:
50   *    <code>   *    <code>
51   *    define('EXPORT_OK', 'loadModule mkInstance' );   *    define('EXPORT_OK', 'loadModule mkInstance' );
# Line 73  Line 78 
78   * @package org.netfrag.glib   * @package org.netfrag.glib
79   * @name Exporter   * @name Exporter
80   *   *
81   * @todo   * @link http://search.cpan.org/author/JHI/perl-5.8.0/lib/Exporter.pm
82   * <pre>   *
83   *  x look at http://www.php.net/manual/en/function.method-exists.php   * @todo (x) look at http://www.php.net/manual/en/function.method-exists.php
84   *    x $bool_exists = (in_array(strtolower($methodName), get_class_methods($className)));   * @todo (x) $bool_exists = (in_array(strtolower($methodName), get_class_methods($className)));
85   *    x -> implemented in php::class_has_method   * @todo (x) -> implemented in php::class_has_method
  * </pre>  
86   *   *
87   */   */
88  class Exporter {  class Exporter {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed