Property | Type | Description | |
---|---|---|---|
$_string | string | The string to output. |
Method | Description | |
---|---|---|
__construct ( string $string ) | Constructor. | |
generate ( ) : string | Returns the string stored by this object. |
public __construct ( string $string ) | ||
$string | string | String to be generated. |