Nwidart\Modules\Support\Migrations\NameParser::fetchData PHP Метод

fetchData() защищенный Метод

Fetch the migration name to an array data.
protected fetchData ( ) : array
Результат array
    protected function fetchData()
    {
        return explode('_', $this->name);
    }