PHP Trait Mpociot\Teamwork\Traits\TeamworkTeamInviteTrait

Datei anzeigen Open project: mpociot/teamwork

Public Methods

Method Description
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.

Method Details

inviter() public method

Has-One relations with the user model.
public inviter ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
return Illuminate\Database\Eloquent\Relations\BelongsToMany

team() public method

Has-One relations with the team model.
public team ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
return Illuminate\Database\Eloquent\Relations\BelongsToMany

user() public method

Has-One relations with the user model.
public user ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
return Illuminate\Database\Eloquent\Relations\BelongsToMany