PHP Класс Locker\Repository\Statement\Options

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$options

Защищенные свойства (Protected)

Свойство Тип Описание
$defaults
$types

Открытые методы

Метод Описание
__construct ( array $opts )
getOpt ( String $opt ) : Mixed Gets an options.

Защищенные методы

Метод Описание
convertToBoolean ( mixed $value ) : boolean | mixed Converts the given value to a Boolean if it can be.
convertToInt ( mixed $value ) : integer | mixed Converts the given value to a Integer if it can be.
mergeDefaults ( array $opts ) : [String Returns all of the index options set to their default or given value (using the given options).
validate ( $opts ) : [String Validates the given options as index options.

Описание методов

__construct() публичный Метод

public __construct ( array $opts )
$opts array

convertToBoolean() защищенный Метод

Converts the given value to a Boolean if it can be.
protected convertToBoolean ( mixed $value ) : boolean | mixed
$value mixed
Результат boolean | mixed Returns the value unchanged if it can't be converted.

convertToInt() защищенный Метод

Converts the given value to a Integer if it can be.
protected convertToInt ( mixed $value ) : integer | mixed
$value mixed
Результат integer | mixed Returns the value unchanged if it can't be converted.

getOpt() публичный Метод

Gets an options.
public getOpt ( String $opt ) : Mixed
$opt String Option name.
Результат Mixed

mergeDefaults() защищенный Метод

Returns all of the index options set to their default or given value (using the given options).
protected mergeDefaults ( array $opts ) : [String
$opts array
Результат [String

validate() защищенный Метод

Validates the given options as index options.
protected validate ( $opts ) : [String
Результат [String

Описание свойств

$defaults защищенное свойство

protected $defaults

$options публичное свойство

public $options

$types защищенное свойство

protected $types