@@ -60,7 +60,7 @@ |
||
| 60 | 60 | } |
| 61 | 61 | if ($format) |
| 62 | 62 | { |
| 63 | - $this->setFormat($format); |
|
| 63 | + $this->setFormat($format); |
|
| 64 | 64 | } |
| 65 | 65 | $this->file_name=$file_name; |
| 66 | 66 | } |
@@ -177,7 +177,7 @@ |
||
| 177 | 177 | */ |
| 178 | 178 | public function setTimeout($timeout) |
| 179 | 179 | { |
| 180 | - return $this->settings()->max_execution_time($timeout); |
|
| 180 | + return $this->settings()->max_execution_time($timeout); |
|
| 181 | 181 | } |
| 182 | 182 | |
| 183 | 183 | /** |
@@ -493,8 +493,8 @@ |
||
| 493 | 493 | */ |
| 494 | 494 | public function getSizeTable($database_table) |
| 495 | 495 | { |
| 496 | - $list=[]; |
|
| 497 | - $nodes=$this->getNodesByTable($database_table); |
|
| 496 | + $list=[]; |
|
| 497 | + $nodes=$this->getNodesByTable($database_table); |
|
| 498 | 498 | // scan need node`s |
| 499 | 499 | foreach ($nodes as $node) |
| 500 | 500 | { |
@@ -12,10 +12,10 @@ |
||
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @param $file_name |
|
| 16 | - * @param int $from_id |
|
| 17 | - * @param int $to_id |
|
| 18 | - */ |
|
| 15 | + * @param $file_name |
|
| 16 | + * @param int $from_id |
|
| 17 | + * @param int $to_id |
|
| 18 | + */ |
|
| 19 | 19 | public static function makeListSitesKeysDataFile($file_name, $from_id = 1000, $to_id = 20000) |
| 20 | 20 | { |
| 21 | 21 | @unlink($file_name); |