@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | interface DisplayControllerInterface extends BaseController |
6 | 6 | { |
7 | 7 | |
8 | - /* |
|
8 | + /* |
|
9 | 9 | The viewport is an associative array of values to be exported as variables in the view |
10 | 10 | the assoc keys will be the variable names |
11 | 11 | |
@@ -42,8 +42,8 @@ discard block |
||
42 | 42 | returns null |
43 | 43 | */ |
44 | 44 | |
45 | - public function viewport($key=null, $value=null, $coercion=false); |
|
45 | + public function viewport($key=null, $value=null, $coercion=false); |
|
46 | 46 | |
47 | - public function display($custom_template = null, $standalone=false); |
|
47 | + public function display($custom_template = null, $standalone=false); |
|
48 | 48 | |
49 | 49 | } |