LinesOfCode
in package
FinalYes
Tags
Table of Contents
Properties
- $commentLinesOfCode : int
- $linesOfCode : int
- $logicalLinesOfCode : int
- $nonCommentLinesOfCode : int
Methods
- __construct() : mixed
- commentLinesOfCode() : int
- linesOfCode() : int
- logicalLinesOfCode() : int
- nonCommentLinesOfCode() : int
- plus() : self
Properties
$commentLinesOfCode read-only
private
int
$commentLinesOfCode
Tags
$linesOfCode read-only
private
int
$linesOfCode
Tags
$logicalLinesOfCode read-only
private
int
$logicalLinesOfCode
Tags
$nonCommentLinesOfCode read-only
private
int
$nonCommentLinesOfCode
Tags
Methods
__construct()
public
__construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode) : mixed
Parameters
- $linesOfCode : int
- $commentLinesOfCode : int
- $nonCommentLinesOfCode : int
- $logicalLinesOfCode : int
Tags
commentLinesOfCode()
public
commentLinesOfCode() : int
Tags
Return values
intlinesOfCode()
public
linesOfCode() : int
Tags
Return values
intlogicalLinesOfCode()
public
logicalLinesOfCode() : int
Tags
Return values
intnonCommentLinesOfCode()
public
nonCommentLinesOfCode() : int
Tags
Return values
intplus()
public
plus(self $other) : self
Parameters
- $other : self