LeagueWrap\Dto\AbstractListDto::offsetUnset PHP Метод

offsetUnset() публичный Метод

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]);
    }