Yioop_V9.5_Source_Code_Documentation

components

Interfaces, Classes, Traits and Enums

AccountaccessComponent
Component of the Yioop control panel used to handle activitys for managing accounts, users, roles, and groups. i.e., Settings of users and groups, what roles and groups a user has, what roles and users a group has, and what activities make up a role. It is used by AdminController
ChatbotComponent
Provides the AdminController activity that allows users to create Chat Bot Stories. A Chat Bot story is a collection of patterns (expression, trigger state, remote call, result state, responses) that govern how a chat bot will behave under various circumstances
Component
Base component class for all components on the SeekQuarry site. A component consists of a collection of activities and their auxiliary methods that can be used by a controller
CrawlComponent
This component is used to provide activities for the admin controller related to configuring and performing a web or archive crawl
SocialComponent
Provides activities to AdminController related to creating, updating blogs (and blog entries), static web pages, and crawl mixes.
StoreComponent
Component of the Yioop control panel used to handle activitys for managing advertisements. i.e., create advertisement, activate/ deactivate advertisement, edit advertisement.It is used by AdminController
SystemComponent
This component is used to handle activities related to the configuration of a Yioop installation, translations of text ging in the installation, as well as control of specifying what machines make up the installation and which processes they run.

Table of Contents

tl()  : string
Translate the supplied arguments into the current locale.
e()  : mixed
shorthand for echo

Functions

tl()

Translate the supplied arguments into the current locale.

tl() : string

This function is a convenience copy of the same function

Tags
see
tl()

to this subnamespace

Return values
string

translated string

e()

shorthand for echo

e(string $text) : mixed
Parameters
$text : string

string to send to the current output

Return values
mixed

Search results