Complexity
in package
FinalYes
Tags
Table of Contents
Properties
- $cyclomaticComplexity : int
- $name : string
Methods
- __construct() : mixed
- cyclomaticComplexity() : int
- isFunction() : bool
- isMethod() : bool
- name() : string
Properties
$cyclomaticComplexity
private
int
$cyclomaticComplexity
Tags
$name read-only
private
string
$name
Tags
Methods
__construct()
public
__construct(string $name, int $cyclomaticComplexity) : mixed
Parameters
- $name : string
- $cyclomaticComplexity : int
Tags
cyclomaticComplexity()
public
cyclomaticComplexity() : int
Tags
Return values
intisFunction()
public
isFunction() : bool
Return values
boolisMethod()
public
isMethod() : bool
Return values
boolname()
public
name() : string