\Horde_Pack_Autodetermine

Auto-determine whether data contains PHP objects (an object that must be serialized to be preserved).

Summary

Methods
Properties
Constants
__construct()
__get()
$phpob
No constants found
_scanData()
$_result
N/A
No private methods found
No private properties found
N/A

Properties

$phpob

$phpob : boolean

True if data contains at least one PHP object.

Type

boolean

$_result

$_result : boolean

Cached results.

Type

boolean

Methods

__construct()

__construct(mixed  $data) 

Constructor.

Parameters

mixed $data

Data to scan.

__get()

__get(  $name) 

Parameters

$name

_scanData()

_scanData(  $data) 

Parameters

$data