Add class docs
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 27 Feb 2024 12:10:24 +0000 (13:10 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 27 Feb 2024 12:10:24 +0000 (13:10 +0100)
wcfsetup/install/files/lib/system/spider/Spider.class.php
wcfsetup/install/files/lib/system/spider/SpiderHandler.class.php
wcfsetup/install/files/lib/system/spider/event/SpiderCollecting.class.php

index 6a86469dd88e94fe52bcb9165ae1018192d15a08..5092c72a8692be92755e9f58c65b9674f044be25 100644 (file)
@@ -3,6 +3,8 @@
 namespace wcf\system\spider;
 
 /**
+ * Represents a spider object.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 9d6a576e21233dbf0332ccc9915d338bdad884ca..f66cb9865287605b0e94f04638ad68a712fd99a3 100644 (file)
@@ -7,6 +7,8 @@ use wcf\system\SingletonFactory;
 use wcf\system\spider\event\SpiderCollecting;
 
 /**
+ * Handles spider related operations.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 3da81d3fe8ff2e23944bc4827c2d2e98c2c17b58..e4f2838e6b7f857ef98c26dd8055e67fb609b576 100644 (file)
@@ -6,6 +6,8 @@ use wcf\system\event\IEvent;
 use wcf\system\spider\Spider;
 
 /**
+ * Requests the collection of spiders.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>