Skip to content

class Gallery

Oliver edited this page Apr 26, 2020 · 3 revisions

www/models/gallery.php


Gallery

Package

zorg\Gallery

Overview

Public Properties

menus() | meta_description() | page_image() | page_link() | page_title() | sidebar() |

Constants

No constants found

Public Methods

__construct() | assign_model_to_smarty() | setAlbumId() | showAlbum() | showAlbumedit() | showFacetagging() | showOverview() | showPic() |

Properties

menus

public $menus

meta_description

public $meta_description

page_image

public $page_image

page_link

public $page_link

page_title

public $page_title

sidebar

public $sidebar

Methods

__construct()

public __construct() : mixed

assign_model_to_smarty()

Assign Model to $smarty Object

public assign_model_to_smarty(object $smarty) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

setAlbumId()

public setAlbumId(int $album_id = null, int $pic_id = null) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showAlbum()

public showAlbum(object $smarty, mixed $album_id) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showAlbumedit()

public showAlbumedit(object $smarty, mixed $album_id) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showFacetagging()

public showFacetagging(mixed $page_index = null) : mixed

Tags
  • version: 1.0
  • since: 1.0 15.12.2019 IneX method added
  • var: Array Smarty Class-Object

showOverview()

public showOverview(object $smarty) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showPic()

public showPic(object $smarty, mixed $user, mixed $pic_id, mixed $album_id = null) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

\ » Classes » Gallery

Clone this wiki locally