ClientexecKnowledgeBase
Generic Clientexec Knowledge Base Migrator.
Table of Contents
Methods
| __construct() | ClientexecKnowledgeBase constructor. |
| get() | Get all knowledge base categories. |
| getArticles() | Get all knowledge base articles from an specific category. |
Methods
__construct()
ClientexecKnowledgeBase constructor.
public
__construct(Record $remote) : mixed
Parameters
- $remote : Record
get()
Get all knowledge base categories.
public
get() : mixed
Return values
mixed —The result of the sql transaction
getArticles()
Get all knowledge base articles from an specific category.
public
getArticles(mixed $category_id) : mixed
Parameters
- $category_id : mixed
Return values
mixed —The result of the sql transaction