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

offsetUnset() public méthode

Remove a value at a given offset.
public offsetUnset ( mixed $offset )
$offset mixed
    public function offsetUnset($offset)
    {
        $this->getListByKey();
        unset($this->info[$this->listKey][$offset]);
    }