Class IntType

Class IntType

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

Direct known subclasses

IdType

Package: Shared\Types
Category: System
Located at Shared/Types/IntType.inc.php

Methods summary

public __construct( integer $p_value )

Class Constructor

public asInt( void ) : integer

Get the instance value as int.

Properties summary

protected $value : integer

Instance Value