class SynchStatus

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

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\AdSync\Docs\ClassGenerated\Model\SynchStatus to the model to get access to the properties.

Properties

int $user_id
string $objectsid:

stored in MySQL as varchar

string $samaccountname:

stored in MySQL as varchar

string $action:

enum synchronize|ignore|no_login|disabled

int $created_at:

stored in MySQL as timestamp

int $updated_at:

stored in MySQL as timestamp

Methods

SynchStatus[]
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 26
SynchStatus[] all(mixed $sql_params)

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

Parameters

mixed $sql_params

Return Value

SynchStatus[]

at line 26
int count_all(mixed $sql_params)

Returns the count

Parameters

mixed $sql_params

Return Value

int