sfContext
Table of Contents
Methods
-
createInstance()
: self
-
get()
: mixed
-
getActionName()
: string
-
getConfiguration()
: mixed
-
getController()
: mixed
-
getEventDispatcher()
: mixed
-
getI18N()
: mixed
-
getInstance()
: self
-
getLogger()
: mixed
-
getModuleName()
: string
-
getRequest()
: mixed
-
getResponse()
: mixed
-
getRouting()
: mixed
-
getUser()
: mixed
-
has()
: bool
-
hasInstance()
: bool
createInstance()
public
static createInstance(mixed $configuration) : self
Parameters
-
$configuration
: mixed
-
get()
public
get(string $name) : mixed
Parameters
-
$name
: string
-
getActionName()
public
getActionName() : string
getConfiguration()
public
getConfiguration() : mixed
getController()
public
getController() : mixed
getEventDispatcher()
public
getEventDispatcher() : mixed
getI18N()
public
getI18N() : mixed
getInstance()
public
static getInstance() : self
getLogger()
public
getLogger() : mixed
getModuleName()
public
getModuleName() : string
getRequest()
public
getRequest() : mixed
getResponse()
public
getResponse() : mixed
getRouting()
public
getRouting() : mixed
getUser()
public
getUser() : mixed
has()
public
has(string $name) : bool
Parameters
-
$name
: string
-
hasInstance()
public
static hasInstance() : bool