/ LJCPHPCodeDoc / LJCGenTextSectionLib / LJCSections / DeserializeString


Parameters
$xmlString - The XMLDoc node.

Returns

The Sections object.

Syntax

PHP
public static function DeserializeString(string $xmlString) : LJCSections

Deserializes the data from a Sections XML string.

Example

PHP
 $webCommonPath = "c:/inetpub/wwwroot/LJCPHPCommon";
 require_once "$webCommonPath/LJCGenTextSectionLib.php";
 
 $sections = LJCSections::DeserializeString($xmlstring);

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.