phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-developers] Re: Standard source code header and php D


From: Kai Hofmann
Subject: RE: [Phpgroupware-developers] Re: Standard source code header and php Documentor
Date: Thu, 3 Jul 2003 08:47:37 +0200

An answer I received from the phpDocumentor developers on how to solve
the phpGroupware special "inheritance":

---------

this one is tricky

The best way to document this 
with the current version is to put each base class in a 
separate package, and then use a @uses tag for each in the 
account class.  So,

/**
 * Class account
 *
 * Clever inheritance
 * @uses contacts#account_ [description of how it is used here]
 * @uses ldap#account_ [descrip here]
 * @uses sql#account_ [descrip here]
 */

So, the manual linking is your best bet.  This can't be done 
automatically since it isn't a language feature.

-- 
*****    Open Source und Linux im professionellen Einsatz    *****
**  komplexe Mailserver, Groupware, Office: sprechen Sie uns an **
Dipl.-Inform. Kai Hofmann                    Team Softwarelösungen
pro|business AG, EXPO Plaza 1 (Deutscher Pavillon), 30539 Hannover
E-Mail: address@hidden,   Tel.: 0511/60066-332, Fax: -355
WWW: http://www.probusiness.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]