bubasuma\simplechat\console\DefaultController::actionReset PHP Метод

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

Unload fixtures and load them again
С версии: 2.0
public actionReset ( )
    public function actionReset()
    {
        $this->unloadFixtures();
        $this->generateFixtures();
        $this->loadFixtures();
    }