PHP Class Phrozn\Processor\Base

Author: Victor Farazdagi
Inheritance: implements Phrozn\Processor
Afficher le fichier Open project: farazdagi/phrozn

Méthodes publiques

Méthode Description
getConfig ( ) : array Get processor configuration, as array
getConfigFor ( string $key ) : mixed | null Get a specific processor configuration, or null if unset Alternative API : getConfigValue ?
setConfig ( array $options ) : Phrozn\Processor Gateway to pass concrete Processor some configuration options

Method Details

getConfig() public méthode

Get processor configuration, as array
public getConfig ( ) : array
Résultat array

getConfigFor() public méthode

Get a specific processor configuration, or null if unset Alternative API : getConfigValue ?
public getConfigFor ( string $key ) : mixed | null
$key string
Résultat mixed | null

setConfig() public méthode

Gateway to pass concrete Processor some configuration options
public setConfig ( array $options ) : Phrozn\Processor
$options array Options to pass to engine
Résultat Phrozn\Processor