class Example

An example class

Methods

__construct()

Constructor

string
echoPhrase(string $phrase)

Echoes a phrase

Details

at line 23
__construct()

Constructor

at line 35
string echoPhrase(string $phrase)

Echoes a phrase

Parameters

string $phrase

Phrase to return

Return Value

string

Returns the phrase passed in