| PHP |
|---|
| public function StartAttribs(): LJCAttributes |
| PHP |
|---|
// Root Method Begin $textState = new LJCTextState(); $tb = new LJCTextBuilder($textState); // Example Method: $attribs = $tb->StartAttribs(); $result = $tb->GetAttribs($attribs, $textState); // result: // lang="en" |