class ContentImage extends ContentFile

Traits

Properties

protected array $timestamps from  Timestamps
protected array $attributes from  Accessors
array $modified from  Accessors
int|null $id from  ContentFile
int|null $file from  ContentFile
string|null $title from  ContentFile
string|null $description from  ContentFile

Methods

serializeTimestamp($value)

No description

array
toArray()

Get the raw attributes

mixed
__get(string $property)

No description

__set(string $property, mixed $value)

No description

bool
__isset(string $property)

No description

__unset(string $key)

No description

bool
offsetExists(string $property)

No description

mixed
offsetGet(string $property)

No description

mixed
offsetSet(string $property, mixed $value)

No description

void
offsetUnset(string $key)

No description

string
__toString()

No description

__construct($attributes = [])

No description

static ContentFile|null
cast(array|null $attributes = [])

No description

getIdAttribute($id)

No description

getFileAttribute($file)

No description

string
getPathAttribute()

No description

string|null
url(string|null $preset = 'default')

No description

jsonSerialize()

No description

toJson($options = 0)

No description

__debugInfo()

No description

Details

in Timestamps at line 18
serializeTimestamp($value)

Parameters

$value

in Accessors at line 30
array toArray()

Get the raw attributes

Return Value

array

in Accessors at line 39
mixed __get(string $property)

Parameters

string $property

Return Value

mixed

in Accessors at line 67
__set(string $property, mixed $value)

Parameters

string $property
mixed $value

in Accessors at line 97
bool __isset(string $property)

Parameters

string $property

Return Value

bool

in Accessors at line 105
__unset(string $key)

Parameters

string $key

in Accessors at line 116
bool offsetExists(string $property)

Parameters

string $property

Return Value

bool

in Accessors at line 127
mixed offsetGet(string $property)

Parameters

string $property

Return Value

mixed

in Accessors at line 137
mixed offsetSet(string $property, mixed $value)

Parameters

string $property
mixed $value

Return Value

mixed

in Accessors at line 146
void offsetUnset(string $key)

Parameters

string $key

Return Value

void

in Accessors at line 154
string __toString()

Return Value

string

in ContentFile at line 25
__construct($attributes = [])

Parameters

$attributes

in ContentFile at line 34
static ContentFile|null cast(array|null $attributes = [])

Parameters

array|null $attributes

Return Value

ContentFile|null

in ContentFile at line 43
getIdAttribute($id)

Parameters

$id

in ContentFile at line 50
getFileAttribute($file)

Parameters

$file

in ContentFile at line 57
string getPathAttribute()

Return Value

string

at line 13
string|null url(string|null $preset = 'default')

Parameters

string|null $preset

Return Value

string|null

in ContentFile at line 73
jsonSerialize()

in ContentFile at line 83
toJson($options = 0)

Parameters

$options

in ContentFile at line 88
__debugInfo()