Asvae\ApiTester\Entities\BaseEntity::offsetUnset PHP Method

offsetUnset() public method

Offset to unset.
public offsetUnset ( mixed $offset ) : void
$offset mixed The offset to unset.
return void
    public function offsetUnset($offset)
    {
        unset($this->attributes[$offset]);
    }