@@ -9,6 +9,11 @@ discard block |
||
9 | 9 | public $link; |
10 | 10 | public $grayscale; |
11 | 11 | public $columns; |
12 | + |
|
13 | + /** |
|
14 | + * @param boolean $grayscale |
|
15 | + * @param integer $columns |
|
16 | + */ |
|
12 | 17 | public function __construct( $attachments, $link, $grayscale, $columns ) { |
13 | 18 | |
14 | 19 | $this->attachments = $attachments; |
@@ -39,6 +44,9 @@ discard block |
||
39 | 44 | return $html; |
40 | 45 | } |
41 | 46 | |
47 | + /** |
|
48 | + * @param string $name |
|
49 | + */ |
|
42 | 50 | private function template( $name, $context = null ) { |
43 | 51 | if ( ! in_array( $name, self::$templates ) ) { |
44 | 52 | return; |