phplinter\Lint\LFile::__construct PHP Method

__construct() public method

----------------------------------------------------------------------+
public __construct ( $node, $options )
    public function __construct($node, $options = 0)
    {
        parent::__construct($node, $options);
        // File scope at 0
        $this->scope = 0;
        $this->branches = 0;
    }