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