Mpociot\Teamwork\Events\UserJoinedTeam::__construct PHP Метод

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

public __construct ( $user, $team_id )
    public function __construct($user, $team_id)
    {
        $this->user = $user;
        $this->team_id = $team_id;
    }