IntType
in package
Class IntType
Shared int type class. Use the "asInt" method for getting the plain value.
Tags
Table of Contents
- $value : int
- Instance Value
- __construct() : mixed
- Class Constructor
- asInt() : int
- Get the instance value as int.
Properties
$value
Instance Value
protected
int
$value
Methods
__construct()
Class Constructor
public
__construct(int $p_value) : mixed
Parameters
- $p_value : int
Tags
Return values
mixed —asInt()
Get the instance value as int.
public
asInt() : int