WhmcsKnowledgeBase
WHMCS Knowledge Base
Table of Contents
Properties
| $remote |
Methods
| __construct() | WhmcsKnowledgeBase constructor |
| getArticleLinks() | Get article-category links for a specific article |
| getArticles() | Get all knowledge base articles |
| getCategories() | Get all knowledge base categories |
Methods
__construct()
WhmcsKnowledgeBase constructor
public
__construct(Record $remote) : mixed
Parameters
- $remote : Record
getArticleLinks()
Get article-category links for a specific article
public
getArticleLinks(int $article_id) : mixed
Parameters
- $article_id : int
-
The article ID
Return values
mixed —The result of the sql transaction
getArticles()
Get all knowledge base articles
public
getArticles() : mixed
Return values
mixed —The result of the sql transaction
getCategories()
Get all knowledge base categories
public
getCategories() : mixed
Return values
mixed —The result of the sql transaction