Skip to content

classes_lib_controls_imagelink.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/controls/imagelink.class.php

class ImageLink

<a> element containing an <img>

Extends: Control » Renderable

GetImage

Gets the inner image.

Definition: public function GetImage()

Returns: Image The inner image control

__construct

Definition: public function __construct($src, $title, $link, $margin)

Returns: NOT DOCUMENTED

Parameters:

  • string $src value for the src attribute

  • string $title value for the title attribute

  • string $link value for the href attribute

  • string $margin Value for the margin (css)

Clone this wiki locally