phpDocumentor

ReviewText

Class ReviewText

Table of Contents

$code  : string
$text  : string
code()  : string
create()  : ReviewText
text()  : string
toArray()  : array<string|int, mixed>
__construct()  : mixed

Properties

Methods

code()

public code() : string
Return values
string

text()

public text() : string
Return values
string

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

__construct()

private __construct(string $code, string $text) : mixed
Parameters
$code : string
$text : string
Return values
mixed

Search results