Lavoiesl\PhpBenchmark\SimpleTest::cleanup PHP 메소드

cleanup() 보호된 메소드

protected cleanup ( )
    protected function cleanup()
    {
        if ($cleanup = $this->cleanup) {
            $cleanup();
        }
    }