PHP Class LeagueWrap\Dto\ShardList

Inheritance: extends AbstractListDto
Datei anzeigen Open project: paquettg/leaguewrap Class Usage Examples

Protected Properties

Property Type Description
$listKey

Public Methods

Method Description
__construct ( array $info )
getShardByRegion ( String $region ) : Shard | null Get a shard by its region.

Method Details

__construct() public method

public __construct ( array $info )
$info array

getShardByRegion() public method

Get a shard by its region.
public getShardByRegion ( String $region ) : Shard | null
$region String
return Shard | null

Property Details

$listKey protected_oe property

protected $listKey