Ardillo\TableValueInt

Description

Ardillo base TableValueInt class.

Properties

TableValueInt::$app

Associated App instance

  • type: App

Methods

TableValueInt::__construct(int $i)

Creates a new TableValueInt instance

  • int $i: The integer value

TableValueInt::isValid()

Returns whether the table value is valid or not

Returns bool

TableValueInt::get()

Returns the table cell value

Returns int

TableValue::getType()

Returns the table value type (as a TableValueType class integer constant)

Returns int