api/laravel/Database/Console/Migrations/BaseCommand.yaml

36 lines
676 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: BaseCommand
class_comment: null
dependencies:
- name: Command
type: class
source: Illuminate\Console\Command
properties: []
methods:
- name: getMigrationPaths
visibility: protected
parameters: []
comment: '# * Get all of the migration paths.
# *
# * @return string[]'
- name: usingRealPath
visibility: protected
parameters: []
comment: '# * Determine if the given path(s) are pre-resolved "real" paths.
# *
# * @return bool'
- name: getMigrationPath
visibility: protected
parameters: []
comment: '# * Get the path to the migration directory.
# *
# * @return string'
traits:
- Illuminate\Console\Command
interfaces: []