\Skeleton_Driver

Skeleton_Driver defines an API for implementing storage backends for Skeleton.

Summary

Methods
Properties
Constants
__construct()
listFoos()
No public properties found
No constants found
No protected methods found
$_params
$_foos
N/A
No private methods found
No private properties found
N/A

Properties

$_params

$_params : array

Hash containing connection parameters.

Type

array

$_foos

$_foos : array

Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs.

Type

array

Methods

__construct()

__construct(array  $params = array()) 

Constructor.

Parameters

array $params

A hash containing connection parameters.

listFoos()

listFoos() : array

Lists all foos.

Returns

array —

Returns a list of all foos.