Method |
Description |
|
__construct ( string $name ) |
The constructor. |
|
getAction ( ) : string |
Get schema type or action. |
|
getData ( ) : array |
Get the array data. |
|
getMatches ( ) : array |
Get matches data from regex. |
|
getOriginalName ( ) : string |
Get original migration name. |
|
getPattern ( ) : string |
Get name pattern. |
|
getTableName ( ) : string |
Get the table will be used. |
|
is ( $type ) : boolean |
Determine whether the given type is same with the current schema action or type. |
|
isAdd ( ) : boolean |
Determine whether the current schema action is a adding action. |
|
isCreate ( ) : boolean |
Determine whether the current schema action is a creating action. |
|
isDelete ( ) : boolean |
Determine whether the current schema action is a deleting action. |
|
isDrop ( ) : boolean |
Determine whether the current schema action is a dropping action. |
|