Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Nwidart
Modules
Support
Migrations
SchemaParser
__construct
Nwidart\Modules\Support\Migrations\SchemaParser::__construct PHP 메소드
SchemaParser 1 문서
파일 보기
프로젝트 열기: nwidart/laravel-modules
__construct()
공개
메소드
Create new instance.
public
__construct
(
string
|
null
$schema
= null )
$schema
string
|
null
public function __construct($schema = null) { $this->schema = $schema; }
SchemaParser
__construct
addColumn
addRelationColumn
createField
down
getAttributes
getColumn
getCustomAttribute
getSchemas
hasCustomAttribute
parse
removeColumn
render
toArray
up