@@ -91,12 +91,12 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * Adds an image |
|
| 95 | - * @param string $src |
|
| 96 | - * @param string $alt |
|
| 97 | - * @param boolean $before |
|
| 98 | - * @return \Ajax\semantic\html\elements\html5\HtmlImg |
|
| 99 | - */ |
|
| 94 | + * Adds an image |
|
| 95 | + * @param string $src |
|
| 96 | + * @param string $alt |
|
| 97 | + * @param boolean $before |
|
| 98 | + * @return \Ajax\semantic\html\elements\html5\HtmlImg |
|
| 99 | + */ |
|
| 100 | 100 | public function addImage($src, $alt="", $before=true) { |
| 101 | 101 | $img=new HtmlImg("image-" . $this->identifier, $src, $alt); |
| 102 | 102 | $img->setClass(""); |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | public abstract function forward($initialController,$controller,$action); |
| 65 | 65 | /** |
| 66 | 66 | * render the content of an existing view : $viewName and set the response to the modal content |
| 67 | - * @param Controller $initialControllerInstance |
|
| 67 | + * @param Controller $initialControllerInstance |
|
| 68 | 68 | * @param View $viewName |
| 69 | 69 | * @param $params The parameters to pass to the view |
| 70 | 70 | */ |