Horde_Pack_Autodetermine
in package
Auto-determine whether data contains PHP objects (an object that must be serialized to be preserved).
Tags
Table of Contents
- $phpob : bool
- $_result : bool
- Cached results.
- __construct() : mixed
- Constructor.
- __get() : mixed
- _scanData() : mixed
Properties
$phpob read-only
public
bool
$phpob
True if data contains at least one PHP object.
$_result
Cached results.
protected
bool
$_result
Methods
__construct()
Constructor.
public
__construct(mixed $data) : mixed
Parameters
- $data : mixed
-
Data to scan.
Return values
mixed —__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —_scanData()
protected
_scanData(mixed $data) : mixed
Parameters
- $data : mixed