@@ -118,6 +118,7 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Return the URL path to the image if exists or false |
120 | 120 | * |
121 | + * @param string $filename |
|
121 | 122 | * @return string return the url path or false if not exists |
122 | 123 | */ |
123 | 124 | public function profileImageUrlPath($filename = null): string |
@@ -157,6 +158,7 @@ discard block |
||
157 | 158 | /** |
158 | 159 | * Return the URL path to the image if exists or false |
159 | 160 | * |
161 | + * @param string $filename |
|
160 | 162 | * @return boolean $path to the profile image |
161 | 163 | * @return boolean true if the profile image exists |
162 | 164 | */ |
@@ -141,6 +141,7 @@ discard block |
||
141 | 141 | /** |
142 | 142 | * Return the URL path to the image if exists or false |
143 | 143 | * |
144 | + * @param string $filename |
|
144 | 145 | * @return string return the url path or false if not exists |
145 | 146 | */ |
146 | 147 | public function pageImageUrlPath($filename = null): string |
@@ -180,6 +181,7 @@ discard block |
||
180 | 181 | /** |
181 | 182 | * Return the URL path to the image if exists or false |
182 | 183 | * |
184 | + * @param string $filename |
|
183 | 185 | * @return boolean $path to the page image |
184 | 186 | * @return boolean true if the page image exists |
185 | 187 | */ |