|
@@ -19,14 +19,14 @@ |
|
|
block discarded – undo |
|
19
|
19
|
* {@inheritdoc} |
|
20
|
20
|
*/ |
|
21
|
21
|
public function getFilters(){ |
|
22
|
|
- return array( |
|
23
|
|
- new \Twig_SimpleFilter($this->filterPrefix . 'Avatar', array($this, 'avatar'), $this->filterOptions), |
|
24
|
|
- new \Twig_SimpleFilter($this->filterPrefix . 'Https', array($this, 'https'), $this->filterOptions), |
|
25
|
|
- new \Twig_SimpleFilter($this->filterPrefix . 'Size', array($this, 'size'), $this->filterOptions), |
|
26
|
|
- new \Twig_SimpleFilter($this->filterPrefix . 'Default', array($this, 'def'), $this->filterOptions), |
|
27
|
|
- new \Twig_SimpleFilter($this->filterPrefix . 'Rating', array($this, 'rating'), $this->filterOptions) |
|
28
|
|
- ); |
|
29
|
|
- } |
|
|
22
|
+ return array( |
|
|
23
|
+ new \Twig_SimpleFilter($this->filterPrefix . 'Avatar', array($this, 'avatar'), $this->filterOptions), |
|
|
24
|
+ new \Twig_SimpleFilter($this->filterPrefix . 'Https', array($this, 'https'), $this->filterOptions), |
|
|
25
|
+ new \Twig_SimpleFilter($this->filterPrefix . 'Size', array($this, 'size'), $this->filterOptions), |
|
|
26
|
+ new \Twig_SimpleFilter($this->filterPrefix . 'Default', array($this, 'def'), $this->filterOptions), |
|
|
27
|
+ new \Twig_SimpleFilter($this->filterPrefix . 'Rating', array($this, 'rating'), $this->filterOptions) |
|
|
28
|
+ ); |
|
|
29
|
+ } |
|
30
|
30
|
|
|
31
|
31
|
/** |
|
32
|
32
|
* Get a Gravatar Avatar URL |