Swagger\StaticAnalyser::__construct PHP Метод

__construct() публичный Метод

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