X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPushSubscriber.php;h=2a7be3c35a1c6eb86f8264d6015f81e0f3aea4d4;hb=8c328a3c60d3bcbc8b091158383bf829064d2c9c;hp=92d1dd21d1249a9bdbd103833aef0a2b61f1b710;hpb=f1e7d97b8cae93e1c77f5a5085880409b01fcdbe;p=friendica.git diff --git a/src/Model/PushSubscriber.php b/src/Model/PushSubscriber.php index 92d1dd21d1..2a7be3c35a 100644 --- a/src/Model/PushSubscriber.php +++ b/src/Model/PushSubscriber.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica\Model; use Friendica\Core\Logger; @@ -12,7 +29,7 @@ use Friendica\Util\DateTimeFormat; class PushSubscriber { /** - * @brief Send subscription notifications for the given user + * Send subscription notifications for the given user * * @param integer $uid User ID * @param int $default_priority @@ -27,7 +44,7 @@ class PushSubscriber } /** - * @brief start workers to transmit the feed data + * start workers to transmit the feed data * * @param int $default_priority * @throws \Friendica\Network\HTTPException\InternalServerErrorException @@ -54,7 +71,7 @@ class PushSubscriber } /** - * @brief Renew the feed subscription + * Renew the feed subscription * * @param integer $uid User ID * @param string $nick Priority for push workers @@ -98,7 +115,7 @@ class PushSubscriber } /** - * @brief Delay the push subscriber + * Delay the push subscriber * * @param integer $id Subscriber ID * @throws \Exception @@ -136,7 +153,7 @@ class PushSubscriber } /** - * @brief Reset the push subscriber + * Reset the push subscriber * * @param integer $id Subscriber ID * @param string $last_update Date of last transmitted item