Eloquent\Phony\Exporter\InlineExporter::reset PHP Méthode

reset() public méthode

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