\Ingo_Script_String

The Ingo_Script_String class represents a simple string.

Summary

Methods
Properties
Constants
__construct()
generate()
No public properties found
No constants found
No protected methods found
$_string
N/A
No private methods found
No private properties found
N/A

Properties

$_string

$_string : string

The string to output.

Type

string

Methods

__construct()

__construct(string  $string) 

Constructor.

Parameters

string $string

String to be generated.

generate()

generate() : string

Returns the string stored by this object.

Returns

string —

The string stored by this object.