Documentation

IntegerishTagTrait

This trait implements common parts of tags containing integer values.

Table of Contents

$value  : int
__construct()  : mixed
getValue()  : int
max()  : int
min()  : int
stringifyValue()  : string

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int
Return values
mixed

stringifyValue()

protected stringifyValue(int $indentation) : string
Parameters
$indentation : int
Return values
string

Search results