MembershipUpgrade
MembershipUpgrade PHP Methods
static create(\WMT\Container $container) v5
Creates Abstract Factory object
PARAMETERS:
$container = object
RETURN VALUE:
objectstatic create(\WMT\Container $container) v5
Create result object
PARAMETERS:
$container = object
RETURN VALUE:
object = \WMT\SQL\Resultstatic createID(\WMT\Container $container, int $objectID) v5
Create result object using object ID
PARAMETERS:
$container = object
$objectID = int, object ID
RETURN VALUE:
object = \WMT\SQL\Resultstatic createIDLight(\WMT\Container $container, int $objectID, array $showFields = null) v5
Create result object using object ID for selected fields
PARAMETERS:
$container = object
$objectID = int, object ID
$showFields = Array, array of fields to show in result object | Null it will return all fields
RETURN VALUE:
object = \WMT\SQL\Resultstatic createLight(\WMT\Container $container, array $showFields = null) v5
Creates a factory object
PARAMETERS:
$container = object
$showFields = array, array of fields to show, if null it will show all
RETURN VALUE:
objectMembershipUpgrade PHP Variables
🔎︎ %l4610%