Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120840447
Rooms.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
645 B
Referenced Files
None
Subscribers
None
Rooms.php
View Options
<?php
namespace
App\Console\Commands\OpenVidu
;
use
Illuminate\Console\Command
;
class
Rooms
extends
Command
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected
$signature
=
'openvidu:rooms'
;
/**
* The console command description.
*
* @var string
*/
protected
$description
=
'List OpenVidu rooms'
;
/**
* Execute the console command.
*
* @return mixed
*/
public
function
handle
()
{
$rooms
=
\App\OpenVidu\Room
::
all
();
foreach
(
$rooms
as
$room
)
{
$this
->
info
(
"{$room->name}"
);
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:27 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18870174
Default Alt Text
Rooms.php (645 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline