PHP 클래스 hedronium\Jables\Runner

파일 보기 프로젝트 열기: hedronium/jables

보호된 프로퍼티들

프로퍼티 타입 설명
$app
$db
$db_manager
$foreigns
$fs
$loader
$parser
$tables
$types

공개 메소드들

메소드 설명
__construct ( $app, Illuminate\Filesystem\Filesystem $fs, Illuminate\Database\DatabaseManager $db, Loader $loader )
connection ( $connection = null )
createTable ( )
foreigns ( )
up ( array $table_names = [], $engine = null, $onerror = null )

보호된 메소드들

메소드 설명
field ( $table, $name, $field )
fieldTypeObject ( $type )

메소드 상세

__construct() 공개 메소드

public __construct ( $app, Illuminate\Filesystem\Filesystem $fs, Illuminate\Database\DatabaseManager $db, Loader $loader )
$fs Illuminate\Filesystem\Filesystem
$db Illuminate\Database\DatabaseManager
$loader Loader

connection() 공개 메소드

public connection ( $connection = null )

createTable() 공개 메소드

public createTable ( )

field() 보호된 메소드

protected field ( $table, $name, $field )

fieldTypeObject() 보호된 메소드

protected fieldTypeObject ( $type )

foreigns() 공개 메소드

public foreigns ( )

up() 공개 메소드

public up ( array $table_names = [], $engine = null, $onerror = null )
$table_names array

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected $app

$db 보호되어 있는 프로퍼티

protected $db

$db_manager 보호되어 있는 프로퍼티

protected $db_manager

$foreigns 보호되어 있는 프로퍼티

protected $foreigns

$fs 보호되어 있는 프로퍼티

protected $fs

$loader 보호되어 있는 프로퍼티

protected $loader

$parser 보호되어 있는 프로퍼티

protected $parser

$tables 보호되어 있는 프로퍼티

protected $tables

$types 보호되어 있는 프로퍼티

protected $types