aboutsummaryrefslogtreecommitdiff
path: root/src/Model
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-11 18:25:18 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-11 18:25:18 -0500
commit0063209979f22d7d63333047b6e2de187f28ff9c (patch)
tree77d80b9830ab4e536ba915797d2fd5ec7d3600a1 /src/Model
parent4e146a6d1f189acd56376d9101215a9a6cbe7734 (diff)
downloadhn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.gz
hn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.bz2
hn-0063209979f22d7d63333047b6e2de187f28ff9c.zip
move from cleberg.net to cmc.pub
Diffstat (limited to 'src/Model')
-rw-r--r--src/Model/ApiService.php20
-rw-r--r--src/Model/CacheService.php2
2 files changed, 11 insertions, 11 deletions
diff --git a/src/Model/ApiService.php b/src/Model/ApiService.php
index d0db901..1553dbf 100644
--- a/src/Model/ApiService.php
+++ b/src/Model/ApiService.php
@@ -8,7 +8,7 @@ namespace HN\Models;
* @access public
* @param string $api_url The API endpoint to use for extraction
* @return mixed The API results formatted into an HTML section
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function GetApiResults(string $api_url): mixed
{
@@ -23,7 +23,7 @@ function GetApiResults(string $api_url): mixed
* @param mixed $api_results The decoded API results
* @param string $inline_title The <h1> title to use in the HTML
* @return string $html_output The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ParseStories(mixed $api_results, string $inline_title): string
{
@@ -47,7 +47,7 @@ function ParseStories(mixed $api_results, string $inline_title): string
* @param mixed $api_results The decoded API results
* @param string $inline_title The <h1> title to use in the HTML
* @return string $html_output The formatted HTML result of stories from the API
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ParseUser(mixed $api_results, string $inline_title): string
{
@@ -94,7 +94,7 @@ function ParseUser(mixed $api_results, string $inline_title): string
* @param mixed $api_results The decoded API results
* @param string $inline_title The <h1> title to use in the HTML
* @return string $html_output The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ParseItem(mixed $api_results): string
{
@@ -132,7 +132,7 @@ function ParseItem(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function GetItem(mixed $api_results): string
{
@@ -154,7 +154,7 @@ function GetItem(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ConstructStory(mixed $api_results): string
{
@@ -189,7 +189,7 @@ function ConstructStory(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ConstructStoryDiscussion(mixed $api_results): string
{
@@ -241,7 +241,7 @@ function ConstructStoryDiscussion(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ConstructComment(mixed $api_results): string
{
@@ -265,7 +265,7 @@ function ConstructComment(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ConstructPoll(mixed $api_results): string
{
@@ -278,7 +278,7 @@ function ConstructPoll(mixed $api_results): string
* @access public
* @param mixed $api_results The decoded API results
* @return string The formatted HTML result of stories from the API or the error message
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function ConstructPollOpt(mixed $api_results): string
{
diff --git a/src/Model/CacheService.php b/src/Model/CacheService.php
index 2bf1f57..3eda0c4 100644
--- a/src/Model/CacheService.php
+++ b/src/Model/CacheService.php
@@ -5,6 +5,6 @@
*
* @access public
* @return void
- * @author cmc <hello@cleberg.net>
+ * @author Christian Cleberg <hello@cmc.pub>
*/
function CacheService() {} \ No newline at end of file