Documentation

UserJobTrait

Table of Contents

Properties

$userJob  : array<string|int, mixed>
The user job in use.
$userJobID  : int
User job id.

Methods

getUserJob()  : array<string|int, mixed>
Get User Job.
getUserJobID()  : int|null
setUserJobID()  : self
Set user job ID.

Properties

$userJob

The user job in use.

protected array<string|int, mixed> $userJob

$userJobID

User job id.

protected int $userJobID

This is the primary key of the civicrm_user_job table which is used to track the import.

Methods

getUserJob()

Get User Job.

public getUserJob() : array<string|int, mixed>

API call to retrieve the userJob row.

Tags
throws
CRM_Core_Exception
Return values
array<string|int, mixed>

getUserJobID()

public getUserJobID() : int|null
Return values
int|null

setUserJobID()

Set user job ID.

public setUserJobID(int $userJobID) : self
Parameters
$userJobID : int
Return values
self

        
On this page

Search results