Documentation

CliWriter extends Component
in package

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

see
https://misc.flogisoft.com/bash/tip_colors_and_formatting
since

Version 0.1.0

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

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

error()

public static error(string $message) : mixed
Parameters
$message : string

extends()

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

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

info()

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

        
On this page

Search results