PHP Class Ingo_Script_String, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_string string The string to output.

Méthodes publiques

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

Method Details

__construct() public méthode

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

generate() public méthode

Returns the string stored by this object.
public generate ( ) : string
Résultat string The string stored by this object.

Property Details

$_string protected_oe property

The string to output.
protected string $_string
Résultat string