PHP Интерфейс AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheConfigurationNodeInterface

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

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

Метод Описание
getFactory ( ) : string Return's the Doctrine query cache factory class.
getParam ( string $name ) : mixed Returns the param with the passed name casted to the specified type.
getParams ( ) : array Array with the handler params to use.
getParamsAsArray ( ) : array Returns the params casted to the defined type as associative array.

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

getFactory() публичный метод

Return's the Doctrine query cache factory class.
public getFactory ( ) : string
Результат string The Doctrine query cache factory class

getParam() публичный метод

Returns the param with the passed name casted to the specified type.
public getParam ( string $name ) : mixed
$name string The name of the param to be returned
Результат mixed The requested param casted to the specified type

getParams() публичный метод

Array with the handler params to use.
public getParams ( ) : array
Результат array

getParamsAsArray() публичный метод

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
Результат array The array with the casted params