Swagger\StaticAnalyser::__construct PHP Method

__construct() public method

public __construct ( string $filename = null )
$filename string
    public function __construct($filename = null)
    {
        if ($filename !== null) {
            $this->fromFile($filename);
        }
    }