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