Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 21e0b9d

Browse files
committed
Add new image, add comments
1 parent 7befa0b commit 21e0b9d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
-2.45 KB
Loading

ggrachdev.debugbar/classes/general/BitrixDebugger/Debugger/FilterDebugger.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ class FilterDebugger extends ConfigurationDebugger {
2121
*/
2222
protected $isFreezedFilter = false;
2323

24+
/**
25+
* Вызов добавленного пользователем фильтра
26+
*
27+
* @param type $name
28+
* @param type $arguments
29+
* @return $this
30+
* @throws \BadMethodCallException
31+
*/
2432
public function __call($name, $arguments) {
2533

2634
if($this->getFiltrator()->hasCustomFilter($name))

ggrachdev.debugbar/classes/general/Filtrator/Filtrator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Filtrator implements FiltratorContract {
1616
private $customFilters = [];
1717

1818
/**
19+
* Очередь фильтров с параметрами
1920
*
2021
* @var array
2122
*/

0 commit comments

Comments
 (0)