PHP Class Predis\Configuration\Options

Author: Daniele Alessandri ([email protected])
Inheritance: implements Predis\Configuration\OptionsInterface
Show file Open project: nrk/predis Class Usage Examples

Protected Properties

Property Type Description
$handlers
$input
$options

Public Methods

Method Description
__construct ( array $options = [] )
__get ( $option )
__isset ( $option )
defined ( $option )
getDefault ( $option )

Protected Methods

Method Description
getHandlers ( ) : array Ensures that the default options are initialized.

Method Details

__construct() public method

public __construct ( array $options = [] )
$options array Array of options with their values

__get() public method

public __get ( $option )

__isset() public method

public __isset ( $option )

defined() public method

public defined ( $option )

getDefault() public method

public getDefault ( $option )

getHandlers() protected method

Ensures that the default options are initialized.
protected getHandlers ( ) : array
return array

Property Details

$handlers protected property

protected $handlers

$input protected property

protected $input

$options protected property

protected $options