CookieAgreementMessage input.
Automatic cookie agremement message displayed in site mode.
More...
|
| __construct ($path_type) |
|
| initialise ($params=array()) |
|
| display () |
|
| execute_onCaMykSPageLoad () |
|
| execute_onCaMykSBodyClose () |
|
| check_serviceIsAccepted ($service) |
|
| get_servicesList () |
|
| get_cookieManagementPanelOpenLink () |
|
| initialise_configDisplay () |
|
| display_configDisplay () |
|
| initialise_configEdition ($form) |
|
| display_configEdition () |
|
| save_configuration () |
|
| __construct ($name, $path_type) |
|
| Input ($name, $path_type) |
|
| get_translation ($value, $data=null) |
|
| set_selectedLayout ($layout='') |
|
| __construct ($name, $plugin_type, $path_type) |
|
| get_version () |
|
| load_library ($library='') |
|
| load_file ($file='') |
|
| load_varFile ($file='') |
|
| load_engineFile ($file='') |
|
| get_engineFileURL ($file='', $path=false) |
|
| get_fileURL ($file='', $path=null, $default='') |
|
| get_varFileURL ($file='', $path=false, $default='') |
|
| get_filePath ($file='') |
|
| get_varFilePath ($file='') |
|
| add_JSFile ($file) |
|
| add_JSEngineFile ($file) |
|
| add_JSExternFile ($file) |
|
| add_JSScript ($script, $unique=false) |
|
| add_JSPreScript ($script, $unique=false) |
|
| add_JSWindowEventScript ($event, $script, $unique=false) |
|
| add_JSLoadScript ($script, $unique=false) |
|
| add_JSUnloadScript ($script, $unique=false) |
|
| add_styleFile ($file, $media='', $condition='') |
|
| add_styleScript ($css) |
|
| add_styleIncludedFile ($file) |
|
| add_StyleExternFile ($file, $media='', $condition='') |
|
| set_RSSFeed ($title, $url) |
|
| add_headerExtra ($content='') |
|
| install () |
|
| uninstall () |
|
| is_installed () |
|
| update ($version, $more='') |
|
| add_translation ($more='', $lg=null) |
|
| get_languages () |
|
| execute_onCaMykSInitialise () |
|
| execute_onCaMykSBodyOpen () |
|
| execute_onCaMykSAdminPageLoad () |
|
| execute_onCaMykSAdminBodyOpen () |
|
| execute_onCaMykSAdminBodyClose () |
|
| execute_onCaMykSTerminate () |
|
| get_requestLink ($params=array()) |
|
| get_requestJSLink ($params=array()) |
|
| execute_request () |
|
| get_varFile ($file) |
|
CookieAgreementMessage input.
Automatic cookie agremement message displayed in site mode.
Plugin / Input Engine
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.1.0.6
- Date
- Creation: May 2017
-
Modification: Dec 2022
- Copyright
- 2017 - 2022 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. CookieAgreementMessage Input class.
◆ __construct()
CookieAgreementMessage::__construct |
( |
|
$path_type | ) |
|
Class constructor.
- Parameters
-
- Returns
- void
◆ initialise()
CookieAgreementMessage::initialise |
( |
|
$params = array() | ) |
|
Initialise input.
- Parameters
-
- Returns
- void
Reimplemented from Input.
◆ display()
CookieAgreementMessage::display |
( |
| ) |
|
Display input.
- Returns
- void
Reimplemented from Input.
◆ execute_onCaMykSPageLoad()
CookieAgreementMessage::execute_onCaMykSPageLoad |
( |
| ) |
|
Execute handler on page load.
- Returns
- string
Reimplemented from Plugin.
◆ execute_onCaMykSBodyClose()
CookieAgreementMessage::execute_onCaMykSBodyClose |
( |
| ) |
|
Execute handler on body closing.
- Returns
- string
Reimplemented from Plugin.
◆ check_serviceIsAccepted()
CookieAgreementMessage::check_serviceIsAccepted |
( |
|
$service | ) |
|
Check service is cookie accepted.
- Parameters
-
- Returns
- boolean
◆ get_servicesList()
CookieAgreementMessage::get_servicesList |
( |
| ) |
|
Return services list with details.
- Returns
- array
◆ get_cookieManagementPanelOpenLink()
CookieAgreementMessage::get_cookieManagementPanelOpenLink |
( |
| ) |
|
Return cookie management panel, open link.
- Returns
- array
◆ get_serviceStatus()
CookieAgreementMessage::get_serviceStatus |
( |
|
$service | ) |
|
|
protected |
Return cookie status for service.
- Parameters
-
- Returns
- integer
◆ load_data()
CookieAgreementMessage::load_data |
( |
| ) |
|
|
private |
Load cookie data and information.
- Returns
- void
◆ check_params()
CookieAgreementMessage::check_params |
( |
|
$params = array() | ) |
|
|
private |
Check parameters from current parameters and configuration.
- Parameters
-
- Returns
- void
◆ initialise_configDisplay()
CookieAgreementMessage::initialise_configDisplay |
( |
| ) |
|
Initialise object in Admin_Site / view configuration mode.
- Returns
- void
◆ display_configDisplay()
CookieAgreementMessage::display_configDisplay |
( |
| ) |
|
Display object in Admin_Site / view configuration mode.
- Returns
- void
◆ initialise_configEdition()
CookieAgreementMessage::initialise_configEdition |
( |
|
$form | ) |
|
Initialise object in Admin_Site / edit configuration mode.
- Parameters
-
- Returns
- void
◆ display_configEdition()
CookieAgreementMessage::display_configEdition |
( |
| ) |
|
Display object in Admin_Site / edit configuration mode.
- Returns
- void
◆ save_configuration()
CookieAgreementMessage::save_configuration |
( |
| ) |
|
Execute object in Admin_Site / save configuration mode.
- Returns
- void
◆ $config
CookieAgreementMessage::$config |
|
protected |
Input configuration.
var Object $config
◆ $serviceInformation
CookieAgreementMessage::$serviceInformation = array() |
|
protected |
Store services information from extenstions.
var array $serviceInformation
◆ $cookieData
CookieAgreementMessage::$cookieData |
|
protected |
Store data from cookie.
var array $cookieData
◆ $isDataLoaded
CookieAgreementMessage::$isDataLoaded = false |
|
private |
Store data have been loaded.
var boolean $isDataLoaded
◆ $params
CookieAgreementMessage::$params |
Initial value:= array(
'status' => 'enabled',
'message' => '',
'aboutCookie' => false,
'styleSource' => 'plugin',
'location' => 'top',
'remindTTL' => 365,
)
Input parameters.
var array $params
The documentation for this class was generated from the following file: