PHP Class App\Models\Chat\Channel

Inheritance: extends Model, implements App\Interfaces\Messageable
Show file Open project: ppy/osu-web Class Usage Examples

Protected Properties

Property Type Description
$dates
$primaryKey
$table

Public Methods

Method Description
getAllowedGroupsAttribute ( $allowed_groups )
messages ( )
sendMessage ( User $sender, $body )

Method Details

getAllowedGroupsAttribute() public method

public getAllowedGroupsAttribute ( $allowed_groups )

messages() public method

public messages ( )

sendMessage() public method

public sendMessage ( User $sender, $body )
$sender app\models\User

Property Details

$dates protected property

protected $dates

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table