PHP Class PHPParser_Node_Scalar_String, snowscript

Inheritance: extends PHPParser_Node_Scalar
Show file Open project: runekaagaard/snowscript Class Usage Examples

Public Methods

Method Description
__construct ( string $value = '', $string_type, integer $line, null | string $docComment = null ) Constructs a string scalar node.

Method Details

__construct() public method

Constructs a string scalar node.
public __construct ( string $value = '', $string_type, integer $line, null | string $docComment = null )
$value string Value of the string
$line integer Line
$docComment null | string Nearest doc comment