@@ -18,6 +18,9 @@ |
||
18 | 18 | protected $_selector; |
19 | 19 | protected $_filters; |
20 | 20 | |
21 | + /** |
|
22 | + * @param string $type |
|
23 | + */ |
|
21 | 24 | function __construct($type, $selector, array $filters = array()) |
22 | 25 | { |
23 | 26 | $this->_type = $type; |
@@ -18,6 +18,9 @@ |
||
18 | 18 | protected $_selector; |
19 | 19 | protected $_filters; |
20 | 20 | |
21 | + /** |
|
22 | + * @param string $type |
|
23 | + */ |
|
21 | 24 | function __construct($type, $selector, array $filters = array()) |
22 | 25 | { |
23 | 26 | $this->_type = $type; |