DbFixture provides the [[db]] connection to be used by DB fixtures. For more details and usage information on DbFixture, see the guide article on fixtures.
С версии: 2.0
Автор: Qiang Xue (qiang.xue@gmail.com)
Наследование: extends Fixture
Пример #1
0
 /**
  * @inheritdoc
  */
 public function unload()
 {
     parent::unload();
     $this->data = [];
     $this->_models = [];
 }