Documentation

Context extends Component
in package
implements IContext, ISingleton Uses TSingleton

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

uses
ISingleton
since

Version 0.1.0

Table of Contents

Interfaces

IContext
ISingleton

Properties

$instance  : ISingleton
$action  : string
$application  : string
$cli_options  : array<string|int, mixed>
$controller  : string
$environment  : string
$hashCode  : int
$hashCounter  : int
$id_matched  : string
$sites  : array<string|int, mixed>
$skin  : ISkin
$skins  : array<string|int, mixed>

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
getAction()  : string|null
getApplication()  : string
getCliOptions()  : array<string|int, mixed>
getController()  : string|null
getControllerName()  : string|null
getEnvironment()  : string
getIdMatched()  : string|null
Gets the id match in the URL path of the request
getInstance()  : ISingleton
getReflection()  : ReflectionClass
getSkin()  : ISkin
getSkinById()  : Skin
isCli()  : bool
isCron()  : bool
isMobile()  : bool
isProduction()  : bool
init()  : mixed
{@inheritdoc}
setAction()  : mixed
setApplication()  : mixed
setController()  : mixed
setIdMatched()  : mixed

Properties

$cli_options

private array<string|int, mixed> $cli_options = array()

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getAction()

public getAction() : string|null
Return values
string|null

getApplication()

public getApplication() : string
Return values
string

getCliOptions()

public getCliOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

getController()

public getController() : string|null
Return values
string|null

getControllerName()

public getControllerName() : string|null
Tags
deprecated
Return values
string|null

getIdMatched()

Gets the id match in the URL path of the request

public getIdMatched() : string|null
Return values
string|null

The id matched in the URL of the request, null if it was not matched

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

init()

{@inheritdoc}

protected init() : mixed
Tags
see
Component::init()

setAction()

private setAction(string $action) : mixed
Parameters
$action : string

setApplication()

private setApplication(string $application) : mixed
Parameters
$application : string

setController()

private setController(string $controller) : mixed
Parameters
$controller : string

setIdMatched()

private setIdMatched(string $id_matched) : mixed
Parameters
$id_matched : string

        
On this page

Search results