Joli\Jane\Generator\File::__construct PHP Method

__construct() public method

public __construct ( $filename, PhpParser\Node $node, $type )
$node PhpParser\Node
    public function __construct($filename, Node $node, $type)
    {
        $this->filename = $filename;
        $this->node = $node;
        $this->type = $type;
    }