| PHP |
|---|
| class LJCTextReader |
| construct | Initializes a class instance with the provided values. |
| SetFieldConfig | Set the field configuration. |
| Clear | Clears the FieldValues property. |
| FillDataObject | Populates a DataObject from the field values. |
| GetString | Gets the field value. |
| Read | Reads the next input line. |
| $DbColumns | The field configuration. |
| $FieldCount | The field count. |
| $FieldDelimiter | The field delimiter. |
| $FieldNames | The field names. |
| $FieldValues | The field values. |
| $FileSpec | The file specification. |
| $ValueCount | The value count. |
| $ValueDelimiter | The value delimiter. |