Asvae\ApiTester\Entities\BaseEntity::offsetUnset PHP Метод

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

Offset to unset.
public offsetUnset ( mixed $offset ) : void
$offset mixed The offset to unset.
Результат void
    public function offsetUnset($offset)
    {
        unset($this->attributes[$offset]);
    }