ParserInterface.php in XHProf 8
Namespace
Drupal\xhprof\XHProfLib\ParserFile
src/XHProfLib/Parser/ParserInterface.phpView source
<?php
namespace Drupal\xhprof\XHProfLib\Parser;
interface ParserInterface {
public function parse();
}
Interfaces
Name | Description |
---|---|
ParserInterface |