RavSystem API docs

Configuration extends Model
in package

Table of Contents

$buildingImage  : int
$created  : JsonDateTime
$defaultUserAccess  : int
$id  : int
$maxImageSize  : int
$maxReservationTime  : DateInterval
$minReservationTime  : DateInterval
$requestHistory  : int
$reservationHistory  : int
$roomImage  : int
$updated  : JsonDateTime
$userImage  : int
__construct()  : mixed
__set()  : mixed
jsonSerialize()  : array<string|int, mixed>
Specify data which should be serialized to JSON
update()  : void
Updates model properties with form data
validate()  : void
Domain object save validation callback.

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>
Return values
mixed

jsonSerialize()

Specify data which should be serialized to JSON

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

update()

Updates model properties with form data

public update(stdClass $form) : void
Parameters
$form : stdClass
Return values
void

validate()

Domain object save validation callback.

public validate() : void

Any rules checks on each update, can be implemented here.

Return values
void

Search results