GXEngine/Shared/Types/IdType.inc.php 1

Type Line Description
__toString 63

GXMainComponents/Controllers/Api/AbstractApiV2Controller.inc.php 1

Type Line Description
__construct 91 Call this constructor from every child controller class in order to set the Slim instance and the request routes arguments to the class.

GXMainComponents/Extensions/Customers/AbstractCreateAccountProcess.inc.php 1

Type Line Description
econda 41

GXMainComponents/Modules/MagnalisterModuleCenterModule.inc.php 1

Type Line Description
magnalisterOrderColumn 70

GXMainComponents/Services/Core/Product/Entities/Interfaces/ProductInterface.inc.php 1

Type Line Description
getUrl 199 Returns the URL for further information of the product (e.g. manufacturer homepage), depending on the provided language code.

GXMainComponents/Services/Core/Product/Entities/Interfaces/ProductInterface.inc.php 1

Type Line Description
setUrl 641 Sets the product's info URL (e.g. homepage of the manufacturer).

GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php 1

Type Line Description
getUrl 608 Returns the URL for further information of the product (e.g. manufacturer homepage), depending on the provided language code.

GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php 1

Type Line Description
setUrl 1230 Sets the product's info URL (e.g. homepage of the manufacturer).

GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php 1

Type Line Description
url 133

GXMainComponents/Services/Core/Customer/ValueObjects/CustomerPassword.inc.php 1

Type Line Description
CustomerPassword 26 Represents a customer's password.

GXMainComponents/Services/Core/Customer/ValueObjects/CustomerPassword.inc.php 1

Type Line Description
_getHash 84

GXMainComponents/Services/Core/Customer/CustomerInputValidator.inc.php 1

Type Line Description
getErrorMessages 825

GXMainComponents/Services/System/Email/Interfaces/AttachmentsHandlerInterface.inc.php 1

Type Line Description
uploadEmailCollection 54 Important! Use this method after you save the emails into the database. The reason is that this property separates each attachment file by its email ID, a value that is only accessible after the email is already saved.

GXMainComponents/Services/System/Email/Interfaces/AttachmentsHandlerInterface.inc.php 1

Type Line Description
deleteEmailCollection 67 Every email has its own attachments directory. When emails are deleted we need to remove their respective attachments.

GXMainComponents/Services/System/Email/AttachmentsHandler.inc.php 1

Type Line Description
uploadEmailCollection 146 Important! Use this method after you save the emails into the database. The reason is that this property separates each attachment file by its email ID, a value that is only accessible after the email is already saved.

GXMainComponents/Services/System/Email/AttachmentsHandler.inc.php 1

Type Line Description
deleteEmailCollection 205 Every email has its own attachments directory. When emails are deleted we need to remove their respective attachments.