EDI\Reader::readEdiDataValueReq PHP Method

readEdiDataValueReq() public method

read required value. if no found, registre error
public readEdiDataValueReq ( $filter, $l1, boolean $l2 = false ) : string
$filter string|array segment filter by segment name and values
$l1
$l2 boolean
return string
    public function readEdiDataValueReq($filter, $l1, $l2 = false)
    {
        return $this->readEdiDataValue($filter, $l1, $l2, true);
    }