PHP Class Predis\Configuration\Options

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

Protected Properties

Свойство Type Description
$handlers
$input
$options

Méthodes publiques

Méthode Description
__construct ( array $options = [] )
__get ( $option )
__isset ( $option )
defined ( $option )
getDefault ( $option )

Méthodes protégées

Méthode Description
getHandlers ( ) : array Ensures that the default options are initialized.

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $option )

__isset() public méthode

public __isset ( $option )

defined() public méthode

public defined ( $option )

getDefault() public méthode

public getDefault ( $option )

getHandlers() protected méthode

Ensures that the default options are initialized.
protected getHandlers ( ) : array
Résultat array

Property Details

$handlers protected_oe property

protected $handlers

$input protected_oe property

protected $input

$options protected_oe property

protected $options