class CommandInfoDeserializer (View source)

Deserialize a CommandInfo object

Methods

deserialize($data)

No description

static 
cachedMethodExists($cache)

No description

static 
isValidSerializedData($cache)

No description

constructFromCache(CommandInfo $commandInfo, $info_array)

No description

array
defaultSerializationData()

Default data. Everything should be provided during serialization; this is just as a fallback for unusual circumstances.

Details

deserialize($data)

No description

Parameters

$data

static protected cachedMethodExists($cache)

No description

Parameters

$cache

static isValidSerializedData($cache)

No description

Parameters

$cache

constructFromCache(CommandInfo $commandInfo, $info_array)

No description

Parameters

CommandInfo $commandInfo
$info_array

protected constructDefaultsWithDescriptions(DefaultsWithDescriptions $defaults, $data)

No description

Parameters

DefaultsWithDescriptions $defaults
$data

protected array defaultSerializationData()

Default data. Everything should be provided during serialization; this is just as a fallback for unusual circumstances.

Return Value

array