Parameters
$xmlFileSpec - The source XML file specification.
Returns
The LJCDocDataFile object.
Syntax
PHP |
public static function Deserialize(string $xmlFileSpec) : LJCDocDataFile
|
Deserializes the data from an LJCDocDataFile XML file.
Example
PHP |
require_once "LJCDocDataLib.php";
$docDataFile = LJCDocDataFile::Deserialize("DocData.xml");
|
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.