Granada\ORM::reset_config PHP Метод

reset_config() публичный статический Метод

Delete all configs in _config array.
public static reset_config ( )
    public static function reset_config()
    {
        self::$_config = array();
    }

Usage Example

Пример #1
0
 public function tearDown()
 {
     ORM::reset_config();
     ORM::reset_db();
 }
ORM