PHP Class hedronium\Jables\BaseType

Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$field
$name
$schema
$table

Public Methods

Method Description
base ( )
initField ( )
setName ( $name )
setSchema ( $schema )
setTable ( Illuminate\Database\Schema\Blueprint $table )

Protected Methods

Method Description
defaultValue ( )
definition ( $definition )
nullable ( )
unique ( )

Method Details

base() public method

public base ( )

defaultValue() protected method

protected defaultValue ( )

definition() protected method

protected definition ( $definition )

initField() public method

public initField ( )

nullable() protected method

protected nullable ( )

setName() public method

public setName ( $name )

setSchema() public method

public setSchema ( $schema )

setTable() public method

public setTable ( Illuminate\Database\Schema\Blueprint $table )
$table Illuminate\Database\Schema\Blueprint

unique() protected method

protected unique ( )

Property Details

$field protected property

protected $field

$name protected property

protected $name

$schema protected property

protected $schema

$table protected property

protected $table