PHP Class PhpBench\Benchmark\Remote\ReflectionMethod

Show file Open project: dantleech/phpbench

Public Properties

Property Type Description
$class string
$comment string
$isStatic boolean
$name string
$reflectionClass ReflectionClass

Property Details

$class public property

public string $class
return string

$comment public property

public string $comment
return string

$isStatic public property

public bool $isStatic
return boolean

$name public property

public string $name
return string

$reflectionClass public property

public ReflectionClass,PhpBench\Benchmark\Remote $reflectionClass
return ReflectionClass