PHP |
---|
public static function DeserializeString(string $xmlString) : LJCSections |
PHP |
---|
include_once "LJCRoot.php"; $prefix = RelativePrefix(); include_once "$prefix/GenTextLib/LJCGenTextSectionLib.php"; $sections = LJCSections::DeserializeString($xmlstring); |