@@ -40,6 +40,10 @@ |
||
| 40 | 40 | return $parentResult; |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | + /** |
|
| 44 | + * @param boolean $isWidth |
|
| 45 | + * @param integer $recommendedWidthOrHeight |
|
| 46 | + */ |
|
| 43 | 47 | protected function isImageCorrectWidth($isWidth, $recommendedWidthOrHeight) |
| 44 | 48 | { |
| 45 | 49 | $actualWidthOrHeight = $this->getWidthOrHeight($isWidth); |
@@ -35,6 +35,7 @@ discard block |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @var string $name name of Image Field template |
| 38 | + * @param string $name |
|
| 38 | 39 | * @return string (link) |
| 39 | 40 | */ |
| 40 | 41 | public function PerfectCMSImageLinkNonRetina($name) |
@@ -44,6 +45,7 @@ discard block |
||
| 44 | 45 | |
| 45 | 46 | /** |
| 46 | 47 | * @var string $name name of Image Field template |
| 48 | + * @param string $name |
|
| 47 | 49 | * @return string (link) |
| 48 | 50 | */ |
| 49 | 51 | public function PerfectCMSImageLinkRetina($name) |