| PHP |
|---|
| class LJCStringBuilder |
| construct | Initializes a class instance. |
| Line | Appends a text line with indents. |
| Text | Appends text with indents. |
| Tags | Appends a text line with begin tag, end tag and indents. |
| Length | Gets the current builder string length. |
| ToString | Gets the built string. |