LinesOfCode
-
psalm-immutable
-
Table of Contents
-
$commentLinesOfCode
: int
-
$linesOfCode
: int
-
$logicalLinesOfCode
: int
-
$nonCommentLinesOfCode
: int
-
__construct()
: mixed
-
commentLinesOfCode()
: int
-
linesOfCode()
: int
-
logicalLinesOfCode()
: int
-
nonCommentLinesOfCode()
: int
-
plus()
: self
private
int
$commentLinesOfCode
$linesOfCode
private
int
$linesOfCode
$logicalLinesOfCode
private
int
$logicalLinesOfCode
private
int
$nonCommentLinesOfCode
__construct()
public
__construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode) : mixed
Parameters
-
$linesOfCode
: int
-
-
$commentLinesOfCode
: int
-
-
$nonCommentLinesOfCode
: int
-
-
$logicalLinesOfCode
: int
-
-
throws
-
IllogicalValuesException
-
throws
-
NegativeValueException
Return values
mixed
—
public
commentLinesOfCode() : int
Return values
int
—
linesOfCode()
public
linesOfCode() : int
Return values
int
—
logicalLinesOfCode()
public
logicalLinesOfCode() : int
Return values
int
—
public
nonCommentLinesOfCode() : int
Return values
int
—
plus()
public
plus(self $other) : self
Parameters
-
$other
: self
-
Return values
self
—