EventsCategory
extends BaseComponent
in package
Events Category Model
Table of Contents
Properties
- $association_id : int
- $association_name : string|null
- $category_id : int
- $category_name : string|null
- $rss_feed : string|null
- $rss_ind : bool
- $fields : array<string|int, string>
Properties
$association_id
public
int
$association_id
The ID for the association
$association_name
public
string|null
$association_name
The name of the association
$category_id
public
int
$category_id
The ID for the category
$category_name
public
string|null
$category_name
The name for the category
$rss_feed
public
string|null
$rss_feed
RSS feed URL
$rss_ind
public
bool
$rss_ind
RSS indicator
$fields
protected
static array<string|int, string>
$fields
= ["category_id" => "int", "category_name" => "string", "association_id" => "int", "association_name" => "string", "rss_ind" => "bool", "rss_feed" => "string"]