OccupationRead
extends BaseComponent
in package
OccupationRead Model
Table of Contents
Properties
- $begin_date : string|null
- $business_name : string|null
- $current : bool
- $end_date : string|null
- $id : int|null
- $industry : string|null
- $job_function : string|null
- $matching_gift : bool
- $organization : string|null
- $parent_company : string|null
- $profession : string|null
- $specialty : string|null
- $title : string|null
- $url : string|null
- $user_id : int|null
- $years_employed : int|null
- $fields : array<string|int, string>
Properties
$begin_date
public
string|null
$begin_date
The begin date of the occupation; Uses ISO-8601 (24H) format: 2003-04-21T10:29:43
$business_name
public
string|null
$business_name
The business name
$current
public
bool
$current
Returns True if the user is currently employed at the occupation
$end_date
public
string|null
$end_date
The end date of the occupation; Uses ISO-8601 (24H) format: 2003-04-21T10:29:43
$id
public
int|null
$id
The ID of the occupation
$industry
public
string|null
$industry
The industry
$job_function
public
string|null
$job_function
The function of the job*
$matching_gift
public
bool
$matching_gift
Returns True if the organization matches gifts
$organization
public
string|null
$organization
The organization
$parent_company
public
string|null
$parent_company
The businesses' parent company
$profession
public
string|null
$profession
The name of the profession
$specialty
public
string|null
$specialty
The specialization
$title
public
string|null
$title
The job title
$url
public
string|null
$url
The URL of the business
$user_id
public
int|null
$user_id
The ID of the user that the occupation belongs to
$years_employed
public
int|null
$years_employed
The number of years employed
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "begin_date" => "string", "business_name" => "string", "current" => "bool", "end_date" => "string", "industry" => "string", "job_function" => "string", "matching_gift" => "bool", "organization" => "string", "parent_company" => "string", "profession" => "string", "specialty" => "string", "title" => "string", "url" => "string", "user_id" => "int", "years_employed" => "int"]