PHP Class Ingo_Script_String, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_string string The string to output.

Public Methods

Method Description
__construct ( string $string ) Constructor.
generate ( ) : string Returns the string stored by this object.

Method Details

__construct() public method

Constructor.
public __construct ( string $string )
$string string String to be generated.

generate() public method

Returns the string stored by this object.
public generate ( ) : string
return string The string stored by this object.

Property Details

$_string protected_oe property

The string to output.
protected string $_string
return string