Documentation

LinesOfCode
in package

FinalYes
Tags
psalm-immutable

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
psalm-var

non-negative-int

$linesOfCode read-only

private int $linesOfCode
Tags
psalm-var

non-negative-int

$logicalLinesOfCode read-only

private int $logicalLinesOfCode
Tags
psalm-var

non-negative-int

$nonCommentLinesOfCode read-only

private int $nonCommentLinesOfCode
Tags
psalm-var

non-negative-int

Methods

__construct()

public __construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode) : mixed
Parameters
$linesOfCode : int
$commentLinesOfCode : int
$nonCommentLinesOfCode : int
$logicalLinesOfCode : int
Tags
psalm-param

non-negative-int $linesOfCode

psalm-param

non-negative-int $commentLinesOfCode

psalm-param

non-negative-int $nonCommentLinesOfCode

psalm-param

non-negative-int $logicalLinesOfCode

throws
IllogicalValuesException
throws
NegativeValueException

commentLinesOfCode()

public commentLinesOfCode() : int
Tags
psalm-return

non-negative-int

Return values
int

linesOfCode()

public linesOfCode() : int
Tags
psalm-return

non-negative-int

Return values
int

logicalLinesOfCode()

public logicalLinesOfCode() : int
Tags
psalm-return

non-negative-int

Return values
int

nonCommentLinesOfCode()

public nonCommentLinesOfCode() : int
Tags
psalm-return

non-negative-int

Return values
int

plus()

public plus(self $other) : self
Parameters
$other : self
Return values
self

        
On this page

Search results