public function safeUp()
 {
     $recordsData = array(array('title' => 'Подготовка проекта', 'type' => 'MethodOfCollectionData', 'price' => 3500, 'duration' => 2, 'comments' => 'Разработка и согласование анкеты, обучение интервьюеров.', 'sortOrder' => 0, 'readOnly' => true, "selectable" => false, "defaultCount" => 1), array('title' => 'Личный опрос', 'type' => 'MethodOfCollectionDataByQuestions', 'price' => 10, 'duration' => 0, 'comments' => '', 'sortOrder' => 1, 'readOnly' => false, "selectable" => true, "defaultCount" => 385), array('title' => 'Телефонный опрос', 'type' => 'MethodOfCollectionDataByQuestions', 'price' => 7, 'duration' => 0, 'comments' => '', 'sortOrder' => 2, 'readOnly' => false, "selectable" => true, "defaultCount" => 385), array('title' => 'Онлайн-опрос', 'type' => 'MethodOfCollectionDataByQuestions', 'price' => 7, 'duration' => 0, 'comments' => '', 'sortOrder' => 3, 'readOnly' => false, "selectable" => true, "defaultCount" => 385), array('title' => 'Холл-тест', 'type' => 'MethodOfCollectionData', 'price' => 450, 'duration' => 0, 'comments' => '', 'sortOrder' => 4, 'readOnly' => false, "selectable" => true, "defaultCount" => 200), array('title' => 'Экспертные интервью', 'type' => 'MethodOfCollectionData', 'price' => 1500, 'duration' => 0, 'comments' => '', 'sortOrder' => 5, 'readOnly' => false, "selectable" => true, "defaultCount" => 10), array('title' => 'Глубинные интервью', 'type' => 'MethodOfCollectionData', 'price' => 2300, 'duration' => 0, 'comments' => '', 'sortOrder' => 6, 'readOnly' => false, "selectable" => true, "defaultCount" => 20), array('title' => 'Фокус-группа', 'type' => 'MethodOfCollectionData', 'price' => 37500, 'duration' => 0, 'comments' => '', 'sortOrder' => 7, 'readOnly' => false, "selectable" => true, "defaultCount" => 2), array('title' => 'Кабинетное исследование', 'type' => 'MethodOfCollectionDataByRegions', 'price' => 16500, 'duration' => 0, 'comments' => '', 'sortOrder' => 8, 'readOnly' => false, "selectable" => true, "defaultCount" => 1), array('title' => 'Онлайн-опрос с приглашением через e-mail по моей базе (средняя отвечаемость до 1%)', 'type' => 'MethodOfCollectionDataByQuestions', 'price' => 4, 'duration' => 0, 'comments' => '', 'sortOrder' => 9, 'readOnly' => false, "selectable" => true, "defaultCount" => 385), array('title' => 'Онлайн-опрос с приглашением через смс по моей базе (средняя отвечаемость до 3%)', 'type' => 'MethodOfCollectionDataByQuestions', 'price' => 5, 'duration' => 0, 'comments' => '', 'sortOrder' => 10, 'readOnly' => false, "selectable" => true, "defaultCount" => 385), array('title' => 'Онлайн-опрос, распространением ссылки я займусь самостоятельно', 'type' => 'MethodOfCollectionData', 'price' => 0, 'duration' => 0, 'comments' => '', 'sortOrder' => 11, 'readOnly' => false, "selectable" => true, "defaultCount" => 0), array('title' => 'Итоговая отчетность', 'type' => 'MethodOfCollectionDataByRegions', 'price' => 16500, 'duration' => 0, 'comments' => '', 'sortOrder' => 12, 'readOnly' => true, "selectable" => false, "defaultCount" => 0), array('title' => 'Сравнение с показателями отрасли', 'type' => 'MethodOfCollectionDataComparingWithOrganizations', 'price' => 2000, 'duration' => 0, 'comments' => '', 'sortOrder' => 13, 'readOnly' => true, "selectable" => false, "defaultCount" => 0));
     foreach ($recordsData as $recordData) {
         $method = new MethodOfCollectionData();
         $method->setAttributes($recordData);
         $method->save();
     }
 }