phpDocumentor

IntType
in package

Class IntType

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

Tags
category

System

subpackage

Types

Table of Contents

$value  : int
Instance Value
__construct()  : mixed
Class Constructor
asInt()  : int
Get the instance value as int.

Properties

Methods

__construct()

Class Constructor

public __construct(int $p_value) : mixed
Parameters
$p_value : int
Tags
throws
InvalidArgumentException
Return values
mixed

asInt()

Get the instance value as int.

public asInt() : int
Return values
int

Search results