PHP Class PHPSA\Node\Scalar\Boolean

Inheritance: extends PhpParser\Node\Scalar
Show file Open project: ovr/phpsa

Public Properties

Property Type Description
$value Number value

Public Methods

Method Description
__construct ( boolean $value, array $attributes = [] ) Constructs a boolean node.
getSubNodeNames ( ) : array

Method Details

__construct() public method

Constructs a boolean node.
public __construct ( boolean $value, array $attributes = [] )
$value boolean Value of the number
$attributes array Additional attributes

getSubNodeNames() public method

public getSubNodeNames ( ) : array
return array

Property Details

$value public property

Number value
public $value