getCustomersObjects

getCustomersObjects

Description

Returns an array of JUser structures

Parameters

Return Type

JUser[]

Examples

Example 1

return getCustomersObjects(1);

Returns an array of JUser structures.

Example 2

Returns an array of JUser structures, filtered by their name, display name or email using the string "John".

return getCustomersObjects(1, "John");

See also

Peacock

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.