Service
Table of Contents
Classes
- Arrays
- Helpful functions for managing arrays
- Curl
- Simplifies http requests. Optional.
- Directory
- Services directory management functions.
- ExceptionData
- Occurs when some data is wrong. Can be used by any extension.
- FileUTF8
- Reads and writes files in UTF-8, UTF-16 modes.
- Format
- Formatting values with language based
- Iterator
- Gives the ability to use an interator through unlimited sql records.
- KaGlobal
- Contains several helper methods
- Language
- Helps to get language data by ID or vice versa.
- Storage
- The storage id is used to save files for non-existing entities like new products. It was created
for ka_multivendor module initially but it might be extended and used in other modules too.
- Store
- Gives information about the current store
- UrlParams
- This is a service class for storing url parameters and building URLs
- User
- Service class for getting User and UserType information regardless of the current area.
Traits
- TraitSession
- Provides functions for controller/model to generate unique session variables within a class.
Functions
-
parse_ini_file()
: mixed
parse_ini_file()
parse_ini_file(mixed $filename[, mixed $process_sections = false ][, mixed $scanner_mode = INI_SCANNER_NORMAL ]) : mixed
Parameters
-
$filename
: mixed
-
-
$process_sections
: mixed
= false
-
-
$scanner_mode
: mixed
= INI_SCANNER_NORMAL
-