Documentation

RawText
in package

Raw text class.

Table of Contents

Properties

$content  : string
The text content found on the page.
$page  : int

Methods

__construct()  : mixed
__toString()  : string
toString()  : string

Properties

$content

The text content found on the page.

public string $content

$page

public int $page

The page number the text was found on.

Methods

__construct()

public __construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
$serverResponse : array<string|int, mixed>

JSON response from the server.

__toString()

public __toString() : string
Return values
string

String representation.

toString()

public toString() : string
Return values
string

String representation.


        
On this page

Search results