Cheetah
ChFilesPageAlbumsOwner.php
Go to the documentation of this file.
1 <?php
2 
8 require_once(CH_DIRECTORY_PATH_CLASSES . 'ChWsbFilesPageAlbumsOwner.php');
9 
11 {
12  function __construct(&$oShared, $aParams = array())
13  {
14  parent::__construct('ch_files_albums_owner', $oShared, $aParams);
15  }
16 
17  function getBlockCode_Favorited ($aParams = array())
18  {
19  list($sCode, $aTopMenu, $aBottomMenu) = parent::getBlockCode_Favorited(array(
20  'unit_css_class' => false
21  ));
22 
23  return array($sCode, $aTopMenu, $aBottomMenu, '');
24  }
25 }
ChFilesPageAlbumsOwner\getBlockCode_Favorited
getBlockCode_Favorited($aParams=array())
Definition: ChFilesPageAlbumsOwner.php:17
php
ChFilesPageAlbumsOwner\__construct
__construct(&$oShared, $aParams=array())
Definition: ChFilesPageAlbumsOwner.php:12
ChWsbFilesPageAlbumsOwner
Definition: ChWsbFilesPageAlbumsOwner.php:12
ChFilesPageAlbumsOwner
Definition: ChFilesPageAlbumsOwner.php:11
ChWsbPageView\$sCode
$sCode
Definition: ChWsbPageView.php:102