Source for file category.php

Documentation is available at category.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Site
  4.  * @subpackage  com_weblinks
  5.  *
  6.  * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
  7.  * @license     GNU General Public License version 2 or later; see LICENSE.txt
  8.  */
  9.  
  10. defined('_JEXEC'or die;
  11.  
  12. /**
  13.  * Weblinks Component Category Tree
  14.  *
  15.  * @static
  16.  * @package     Joomla.Site
  17.  * @subpackage  com_weblinks
  18.  * @since       1.6
  19.  */
  20. {
  21.     public function __construct($options array())
  22.     {
  23.         $options['table''#__weblinks';
  24.         $options['extension''com_weblinks';
  25.         parent::__construct($options);
  26.     }
  27. }

Documentation generated on Tue, 19 Nov 2013 14:55:28 +0100 by phpDocumentor 1.4.3