phpDocumentor

Integer
in package
implements Column

Interfaces, Classes and Traits

Column

Table of Contents

$field  : string
$title  : string
$type  : string
create()  : self
Create instance.
field()  : string
Return field.
title()  : string
Return title.
type()  : string
Return type.
__construct()  : mixed
Constructor.

Properties

Methods

create()

Create instance.

public static create(string $title, string $field) : self
Parameters
$title : string
$field : string
Return values
self

field()

Return field.

public field() : string
Tags
inheritDoc
Return values
string

title()

Return title.

public title() : string
Tags
inheritDoc
Return values
string

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

__construct()

Constructor.

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

Search results