HumHub Documentation (unofficial)

Message
in package

Table of Contents

Properties

$message  : mixed
$output  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
append()  : mixed
apply()  : mixed
block()  : mixed
center()  : mixed
cut()  : mixed
getLength()  : mixed
getMessage()  : mixed
prepend()  : mixed
style()  : mixed
ucfirst()  : mixed
width()  : mixed
with()  : mixed
write()  : mixed
writeln()  : mixed

Properties

Methods

__construct()

public __construct(mixed $message[, Output $output = null ]) : mixed
Parameters
$message : mixed
$output : Output = null

__toString()

public __toString() : mixed

append()

public append(mixed $string) : mixed
Parameters
$string : mixed

apply()

public apply(mixed $func) : mixed
Parameters
$func : mixed

block()

public block(mixed $style) : mixed
Parameters
$style : mixed

center()

public center(mixed $char) : mixed
Parameters
$char : mixed

cut()

public cut(mixed $length) : mixed
Parameters
$length : mixed

getLength()

public getLength([mixed $includeTags = false ]) : mixed
Parameters
$includeTags : mixed = false

getMessage()

public getMessage() : mixed

prepend()

public prepend(mixed $string) : mixed
Parameters
$string : mixed

style()

public style(mixed $name) : mixed
Parameters
$name : mixed

ucfirst()

public static ucfirst(mixed $text) : mixed
Parameters
$text : mixed

width()

public width(mixed $length[, mixed $char = ' ' ]) : mixed
Parameters
$length : mixed
$char : mixed = ' '

with()

public with(mixed $param) : mixed
Parameters
$param : mixed

write()

public write([mixed $verbose = OutputInterface::VERBOSITY_NORMAL ]) : mixed
Parameters
$verbose : mixed = OutputInterface::VERBOSITY_NORMAL

writeln()

public writeln([mixed $verbose = OutputInterface::VERBOSITY_NORMAL ]) : mixed
Parameters
$verbose : mixed = OutputInterface::VERBOSITY_NORMAL

        
On this page

Search results