Documentation

ApplicationCommand extends Command
in package

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Properties

$command  : string
A string representation of this command
$parameters  : array<string|int, mixed>
A list of parameters that were passes as arguments in this command
$action  : mixed
$controller  : mixed
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
__toString()  : mixed
extends()  : bool
getCommand()  : string
getParameters()  : array<string|int, mixed>
getReflection()  : ReflectionClass
init()  : mixed
setCommand()  : mixed
Sets the string representation of this command instance

Properties

$command

A string representation of this command

protected string $command

$parameters

A list of parameters that were passes as arguments in this command

protected array<string|int, mixed> $parameters

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

getCommand()

public getCommand() : string
Return values
string

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

setCommand()

Sets the string representation of this command instance

private setCommand(string $command) : mixed
Parameters
$command : string

        
On this page

Search results