CliWriter
extends Component
in package
FinalYes
Tags
Table of Contents
Properties
- $COLOR_BLUE : mixed
- $COLOR_GREEN : mixed
- $COLOR_RED : mixed
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- error() : mixed
- extends() : bool
- getReflection() : ReflectionClass
- info() : mixed
- success() : mixed
- init() : mixed
Properties
$COLOR_BLUE
public
static mixed
$COLOR_BLUE
= '34m'
$COLOR_GREEN
public
static mixed
$COLOR_GREEN
= '32m'
$COLOR_RED
public
static mixed
$COLOR_RED
= '31m'
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
error()
public
static error(string $message) : mixed
Parameters
- $message : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassinfo()
public
static info(string|array<string|int, mixed> $message) : mixed
Parameters
- $message : string|array<string|int, mixed>
success()
public
static success(string $message) : mixed
Parameters
- $message : string
init()
protected
init() : mixed