phpDocumentor

IntegerColumn implements TableDataColumn

Class representing a integer table column.

Interfaces, Classes and Traits

TableDataColumn
Interface representing a table column.

Table of Contents

TYPE  = "integer"
Type name.
$field  : string
Field name.
$title  : string
Title.
$type  : string
Type.
create()  : IntegerColumn
Create instance.
field()  : string
Return field.
title()  : string
Return title.
type()  : string
Return type.
__construct()  : mixed
Constructor.

Constants

Properties

Methods

field()

Return field.

public field() : string
Tags
inheritDoc
Return values
string

Field.

title()

Return title.

public title() : string
Tags
inheritDoc
Return values
string

Title.

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

Type.

__construct()

Constructor.

private __construct(string $title, string $field) : mixed
Parameters
$title : string

Title.

$field : string

Field name.

Return values
mixed

Search results