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
$value
private
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
Return values
mixed —getValue()
public
getValue() : int
Return values
int —max()
protected
abstract max() : int
Return values
int —min()
protected
abstract min() : int
Return values
int —stringifyValue()
protected
stringifyValue(int $indentation) : string
Parameters
- $indentation : int