Resource_
extends BaseComponent
Table of Contents
Properties
-
$category
: string|null
-
$description
: string|null
-
$id
: int
-
$photo
: string|null
-
$title
: string|null
-
$type
: string|null
-
$url
: string|null
-
$fields
: array<string|int, string>
$category
public
string|null
$category
$description
public
string|null
$description
$id
public
int
$id
$photo
public
string|null
$photo
$title
public
string|null
$title
$type
public
string|null
$type
$url
public
string|null
$url
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "title" => "string", "description" => "string", "photo" => "string", "type" => "string", "url" => "string", "category" => "string"]