LeagueWrap\Dto\AbstractListDto::offsetExists PHP Méthode

offsetExists() public méthode

Check if offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean
    public function offsetExists($offset)
    {
        $info = $this->getListByKey();
        return isset($info[$offset]);
    }