PHP Трейт Mpociot\Teamwork\Traits\TeamworkTeamInviteTrait

Показать файл Открыть проект

Открытые методы

Метод Описание
inviter ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Has-One relations with the user model.
team ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Has-One relations with the team model.
user ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Has-One relations with the user model.

Описание методов

inviter() публичный Метод

Has-One relations with the user model.
public inviter ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
Результат Illuminate\Database\Eloquent\Relations\BelongsToMany

team() публичный Метод

Has-One relations with the team model.
public team ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
Результат Illuminate\Database\Eloquent\Relations\BelongsToMany

user() публичный Метод

Has-One relations with the user model.
public user ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
Результат Illuminate\Database\Eloquent\Relations\BelongsToMany