Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117759685
RoomSetting.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
631 B
Referenced Files
None
Subscribers
None
RoomSetting.php
View Options
<?php
namespace
App\OpenVidu
;
use
Illuminate\Database\Eloquent\Model
;
/**
* A collection of settings for a Room.
*
* @property int $id
* @property int $room_id
* @property string $key
* @property string $value
*/
class
RoomSetting
extends
Model
{
protected
$fillable
=
[
'room_id'
,
'key'
,
'value'
];
protected
$table
=
'openvidu_room_settings'
;
/**
* The room to which this setting belongs.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public
function
room
()
{
return
$this
->
belongsTo
(
'
\A
pp
\O
penVidu
\R
oom'
,
'room_id'
,
'id'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Apr 4 2026, 10:21 AM (4 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
89/a4/ff9727186e9b654cb9b00515c08e
Default Alt Text
RoomSetting.php (631 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline