Bravo3\Orm\Drivers\Filesystem\Io\PharIoDriver::delete PHP Method

delete() public method

Delete a key from the archive
public delete ( string $key )
$key string
    public function delete($key)
    {
        unset($this->archive[$key]);
    }