Skip to content

classes_lib_controls_image.class

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

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

class Image

<img> element.

Extends: Control » Renderable

__construct

Definition: public function __construct($src=null, $title, $border, $style, $id=false)

Returns: NOT DOCUMENTED

Parameters:

  • string $src value for the src attribute

  • string $title value for the title attribute

  • string $border value for the border attribute

  • string $style value for the style attribute

  • string $id optional value for the id attribute

Clone this wiki locally