Cheetah
ChTemplAlbumForm.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChBaseAlbumForm');
9 
11 {
12  function __construct($sType, $iAlbum = 0)
13  {
14  parent::__construct($sType, $iAlbum);
15  }
16 }
ChTemplAlbumForm\__construct
__construct($sType, $iAlbum=0)
Definition: ChTemplAlbumForm.php:12
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
ChBaseAlbumForm
Definition: ChBaseAlbumForm.php:13
php
ChTemplAlbumForm
Definition: ChTemplAlbumForm.php:11
ChBaseAlbumForm\$sType
$sType
Definition: ChBaseAlbumForm.php:15