Asvae\ApiTester\Entities\BaseEntity::offsetUnset PHP Méthode

offsetUnset() public méthode

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