30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-26 09:42:34 +00:00

More Copy/paste fixes

This commit is contained in:
Tuan Pham Ngoc 2021-07-01 22:06:22 +07:00
parent 1cab511a4e
commit ffd3663c58
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* @package Joomla.Site * @package Joomla.Administrator
* @subpackage com_weblinks * @subpackage com_weblinks
* *
* @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org> * @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org>
@ -22,7 +22,7 @@ use Joomla\Component\Weblinks\Site\Helper\RouteHelper;
use Joomla\Registry\Registry; use Joomla\Registry\Registry;
/** /**
* Content Component HTML Helper * Weblinks Component HTML Helper
* *
* @since 4.0.0 * @since 4.0.0
*/ */
@ -96,7 +96,7 @@ class Icon
* @param array $attribs Optional attributes for the link * @param array $attribs Optional attributes for the link
* @param boolean $legacy True to use legacy images, false to use icomoon based graphic * @param boolean $legacy True to use legacy images, false to use icomoon based graphic
* *
* @return string The HTML for the contact edit icon. * @return string The HTML for the weblink edit icon.
* *
* @since 4.0.0 * @since 4.0.0
*/ */

View File

@ -14,7 +14,7 @@ namespace Joomla\Component\Weblinks\Site\Service;
use Joomla\CMS\Categories\Categories; use Joomla\CMS\Categories\Categories;
/** /**
* Content Component Category Tree * Weblinks Component Category Tree
* *
* @since 1.6 * @since 1.6
*/ */

View File

@ -66,7 +66,7 @@ class Router extends RouterView
private $db; private $db;
/** /**
* Content Component router constructor * Weblinks Component router constructor
* *
* @param SiteApplication $app The application object * @param SiteApplication $app The application object
* @param AbstractMenu $menu The menu object to work with * @param AbstractMenu $menu The menu object to work with
@ -147,7 +147,7 @@ class Router extends RouterView
/** /**
* Method to get the segment(s) for a weblink * Method to get the segment(s) for a weblink
* *
* @param string $id ID of the contact to retrieve the segments for * @param string $id ID of the weblink to retrieve the segments for
* @param array $query The request that is built right now * @param array $query The request that is built right now
* *
* @return array|string The segments of this item * @return array|string The segments of this item
@ -180,7 +180,7 @@ class Router extends RouterView
/** /**
* Method to get the segment(s) for a form * Method to get the segment(s) for a form
* *
* @param string $id ID of the contact form to retrieve the segments for * @param string $id ID of the weblink form to retrieve the segments for
* @param array $query The request that is built right now * @param array $query The request that is built right now
* *
* @return array|string The segments of this item * @return array|string The segments of this item
@ -245,9 +245,9 @@ class Router extends RouterView
} }
/** /**
* Method to get the segment(s) for a contact * Method to get the segment(s) for a weblink
* *
* @param string $segment Segment of the contact to retrieve the ID for * @param string $segment Segment of the weblink to retrieve the ID for
* @param array $query The request that is parsed right now * @param array $query The request that is parsed right now
* *
* @return mixed The id of this item or false * @return mixed The id of this item or false