Files
My-KOPKB/be/stubs/nwidart-stubs/channel.stub
T
ISMAIL MASSERAN 94ecbe5887 first init
2026-06-08 11:37:14 +08:00

17 lines
267 B
Plaintext

<?php
namespace $NAMESPACE$;
class $CLASS$
{
/**
* Create a new channel instance.
*/
public function __construct() {}
/**
* Authenticate the user's access to the channel.
*/
public function join(Operator $user): array|bool {}
}