PHP Class hedronium\Jables\BaseType

Afficher le fichier Open project: hedronium/jables

Protected Properties

Свойство Type Description
$field
$name
$schema
$table

Méthodes publiques

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

Méthodes protégées

Méthode Description
defaultValue ( )
definition ( $definition )
nullable ( )
unique ( )

Method Details

base() public méthode

public base ( )

defaultValue() protected méthode

protected defaultValue ( )

definition() protected méthode

protected definition ( $definition )

initField() public méthode

public initField ( )

nullable() protected méthode

protected nullable ( )

setName() public méthode

public setName ( $name )

setSchema() public méthode

public setSchema ( $schema )

setTable() public méthode

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

unique() protected méthode

protected unique ( )

Property Details

$field protected_oe property

protected $field

$name protected_oe property

protected $name

$schema protected_oe property

protected $schema

$table protected_oe property

protected $table