Migrations\View\Helper\MigrationHelper::__construct PHP Метод

__construct() публичный Метод

### Settings - collection \Cake\Database\Schema\Collection
public __construct ( Cake\View\View $View, array $config = [] )
$View Cake\View\View The View this helper is being attached to.
$config array Configuration settings for the helper.
    public function __construct(View $View, array $config = [])
    {
        parent::__construct($View, $config);
    }