You are here

ParserInterface.php in XHProf 8

File

src/XHProfLib/Parser/ParserInterface.php
View source
<?php

namespace Drupal\xhprof\XHProfLib\Parser;

interface ParserInterface {
  public function parse();

}

Interfaces

Namesort descending Description
ParserInterface