Documentation

Parser
in package
implements ParserInterface

FinalYes

Parse EDI messages into an array of segments.

Table of Contents

Interfaces

ParserInterface

Properties

$factory  : FactoryInterface
$tokenizer  : TokenizerInterface

Methods

__construct()  : mixed
Create a new instance.
parse()  : iterable<string|int, SegmentInterface>
Parse the message into an array of segments.
convertTokensToSegments()  : iterable<string|int, SegmentInterface>
Convert the tokenized message into an array of segments.
getControlCharacters()  : CharactersInterface
Read (and remove) the UNA segment from the passed string.
produceSegment()  : SegmentInterface

Properties

Methods

On this page

Search results