PHP Interface AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheConfigurationNodeInterface

Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

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.

Method Details

getFactory() public method

Return's the Doctrine query cache factory class.
public getFactory ( ) : string
return string The Doctrine query cache factory class

getParam() public method

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
return mixed The requested param casted to the specified type

getParams() public method

Array with the handler params to use.
public getParams ( ) : array
return array

getParamsAsArray() public method

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
return array The array with the casted params