Query OuterHtml - ThomasWeinert/FluentDOM GitHub Wiki
FluentDOM\Query::outerHtml()
FluentDOM\Query|string outerHtml([ string $html = NULL ]);
Get the first matched node as HTML or replace each matched nodes with the provided fragment.
FluentDOM\Query|string outerHtml([ string $html = NULL ]);
Get the first matched node as HTML or replace each matched nodes with the provided fragment.