class LicenseProblem

This file provides property and method documentation for the model LicenseProblem.

This file is generated by the XELOS command line tool xf kickstart. It will be overwritten when new kickstart actions are performed.

Add @mixin \XELOS\Modules\SystemAdmin\Docs\ClassGenerated\Model\LicenseProblem to the model to get access to the properties.

Properties

string $name:

enum user_limit_reached|license_about_to_expire|license_expired|unable_to_connect_to_repo

int $time:

stored in MySQL as timestamp

Methods

xmodel_system_admin_license_problem[]
all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

int
count_all(mixed $sql_params)

Returns the count

Details

at line 22
xmodel_system_admin_license_problem[] all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

Parameters

mixed $sql_params

Return Value

xmodel_system_admin_license_problem[]

at line 22
int count_all(mixed $sql_params)

Returns the count

Parameters

mixed $sql_params

Return Value

int