Documentation

Controller extends Component
in package
implements IController

AbstractYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

uses
IController
since

Version 0.1.0

Table of Contents

Interfaces

IController

Properties

$authenticator  : IControllerAuthenticator
$event_dispatcher  : EventDispatcher
$request  : IRequest
$response  : IResponse
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
getAuthenticator()  : IControllerAuthenticator
getIdMatched()  : string|null
Gets the id match in the URL path of the request
getReflection()  : ReflectionClass
getRequest()  : IRequest
getResponse()  : IResponse
getShortName()  : string
setEventDispatcher()  : mixed
authenticate()  : void
init()  : mixed
{@inheritdoc}
setRequest()  : mixed
setResponse()  : mixed

Properties

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

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()

        
On this page

Search results