Example #1
0
 public function __construct(Command $command)
 {
     parent::__construct($command);
 }
Example #2
0
<?php

namespace Phperf\Xhprof;

use Yaoi\Cli\Command\Runner;
use Yaoi\Request;
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/env/conf.php';
Runner::create(new Cli\Import())->run();