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