Eloquent\Phony\Exporter\InlineExporter::reset PHP Method

reset() public method

Used for testing purposes only.
public reset ( )
    public function reset()
    {
        $this->objectIds = array();
        $this->objectSequencer->reset();
    }