Flow\Node\SetNode::__construct PHP Méthode

__construct() public méthode

public __construct ( $name, $attrs, $value, $line )
    public function __construct($name, $attrs, $value, $line)
    {
        parent::__construct($line);
        $this->name = $name;
        $this->attrs = $attrs;
        $this->value = $value;
    }