Source for file LinkClasses.inc
Documentation is available at LinkClasses.inc
 * Linking to element documentation is performed by the classes in this file.  
 * abstractLink descendants contain enough information to differentiate every  
 * documentable element, and so can be converted to a link string by  
 * {@link Converter::returnSee()}  
 * phpDocumentor :: automatic documentation generator  
 * Copyright (c) 2002-2008 Gregory Beaver  
 * This library is free software; you can redistribute it  
 * and/or modify it under the terms of the GNU Lesser General  
 * Public License as published by the Free Software Foundation;  
 * either version 2.1 of the License, or (at your option) any  
 * This library is distributed in the hope that it will be useful,  
 * but WITHOUT ANY WARRANTY; without even the implied warranty of  
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  
 * Lesser General Public License for more details.  
 * You should have received a copy of the GNU Lesser General Public  
 * License along with this library; if not, write to the Free Software  
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    CVS: $Id: LinkClasses.inc 253641 2008-02-24 02:35:44Z ashnazg $  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
     * phpdoc alias _phpdoc_inc for phpdoc.inc  
     * element type linked to.  
     * can only be a documentable element  
     * @param string $path       full path to file containing element  
     * @param string $fileAlias  page name, as configured by {@link Parser::parse}  
     * @param string $name       element name  
     * @param string $package    package element is in  
     * @param string $subpackage subpackage element is in  
     * @param string $category   optional category that documentation is in  
    function addLink($path, $fileAlias, $name, $package, $subpackage,  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
     * @param string $class      class name  
     * @param string $path       full path to file containing element  
     * @param string $fileAlias  page name, as configured by {@link Parser::parse}  
     * @param string $name       element name  
     * @param string $package    package element is in  
     * @param string $subpackage subpackage element is in  
     * @param string $category   optional category that documentation is in  
    function addLink($class, $path , $fileAlias, $name, $package, $subpackage,   
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
 * @category   ToolsAndUtilities  
 * @copyright  2002-2008 Gregory Beaver  
 * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL  
 * @version    Release: @VER@  
 * @link       http://www.phpdoc.org  
 * @link       http://pear.php.net/PhpDocumentor  
 * @todo       CS cleanup - change package to PhpDocumentor  
 * @todo       CS cleanup - change classname to PhpDocumentor_*  
     * @param string $section    section/subsection name  
     * @param string $path       full path to file containing element  
     * @param string $name       page name, as configured by {@link Parser::parse}  
     * @param string $package    package element is in  
     * @param string $subpackage subpackage element is in  
     * @param string $title      title of tutorial  
     * @param string $category   optional category that documentation is in  
    function addLink($section, $path, $name, $package, $subpackage, $title = 
false,   
        parent::addLink($path, '', $name, $package, $subpackage, $category);  
 
 
	
		Documentation generated on Mon, 05 Dec 2011 21:11:47 -0600 by phpDocumentor 1.4.4