Text
in package
implements
Column
Interfaces, Classes and Traits
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
$field
private
string
$field
$title
private
string
$title
$type
private
string
$type
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
Return values
string —title()
Return title.
public
title() : string
Tags
Return values
string —type()
Return type.
public
type() : string
Tags
Return values
string —__construct()
Constructor.
private
__construct(string $title, string $field) : mixed
Parameters
- $title : string
- $field : string