Method | Description | |
---|---|---|
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. |
public getFactory ( ) : string | ||
return | string | The Doctrine query cache factory class |
public getParamsAsArray ( ) : array | ||
return | array | The array with the casted params |