IntType

Class IntType

Shared int type class. Use the "asInt" method for getting the plain value.

category

System

package

Shared

subpackage

Types

Methods

Class Constructor

__construct(integer $p_value) 
Throws
\InvalidArgumentException

Arguments

$p_value

integer

Get the instance value as int.

asInt() : integer

Response

integer

Properties

Instance Value

value : integer
var

Type(s)

integer