PHP Класс Predis\Profile\Factory

Автор: Daniele Alessandri ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
define ( string $alias, string $class ) Registers a new server profile.
get ( string $version ) : Predis\Profile\ProfileInterface Returns the specified server profile.
getDefault ( ) : Predis\Profile\ProfileInterface Returns the default server profile.
getDevelopment ( ) : Predis\Profile\ProfileInterface Returns the development server profile.

Приватные методы

Метод Описание
__construct ( )

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

define() публичный статический Метод

Registers a new server profile.
public static define ( string $alias, string $class )
$alias string Profile version or alias.
$class string FQN of a class implementing Predis\Profile\ProfileInterface.

get() публичный статический Метод

Returns the specified server profile.
public static get ( string $version ) : Predis\Profile\ProfileInterface
$version string Profile version or alias.
Результат Predis\Profile\ProfileInterface

getDefault() публичный статический Метод

Returns the default server profile.
public static getDefault ( ) : Predis\Profile\ProfileInterface
Результат Predis\Profile\ProfileInterface

getDevelopment() публичный статический Метод

Returns the development server profile.
public static getDevelopment ( ) : Predis\Profile\ProfileInterface
Результат Predis\Profile\ProfileInterface