PHP 트레잇 Mpociot\Teamwork\Traits\TeamworkTeamInviteTrait

파일 보기 프로젝트 열기: mpociot/teamwork

공개 메소드들

메소드 설명
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