App\Models\Multiplayer\Game::getTeamTypeAttribute PHP Method

getTeamTypeAttribute() public method

public getTeamTypeAttribute ( $value )
    public function getTeamTypeAttribute($value)
    {
        return array_search_null($value, self::TEAM_TYPES);
    }