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/Deprecated/Shared/Id.inc.php 1

Type Line Description
Id 34 IMPORTANT: When you need to cast an Id object to integer, cast it first to string, because otherwise the following command will return always 1: EXAMPLE: $id = new IdType(948); bad - (int)$id >> 1 good - (int)(string)$id >> 948

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.

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/Core/Customer/CustomerInputValidator.inc.php 1

Type Line Description
getErrorMessages 701

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

Type Line Description
econda 41