Destiny\Destiny::player PHP Method

player() public method

public player ( string $gamertag ) : PlayerCollection
$gamertag string
return PlayerCollection
    public function player($gamertag)
    {
        $result = $this->client->request($this->platform->searchDestinyPlayer($gamertag));
        return new PlayerCollection($result);
    }