/**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappImagesAlbumCellItem
  */
 function WiziappImagesAlbumCellItem($layout = 'L1', $data)
 {
     if (count($data[0]['images']) < 2) {
         return FALSE;
     }
     parent::init($layout, $data);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappLinkCellItem
  */
 function WiziappLinkCellItem($layout = 'L1', $data)
 {
     parent::init($layout, $data);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappPostDescriptionCellItem
  */
 function WiziappPostDescriptionCellItem($layout = 'L1', $data, $process = TRUE)
 {
     parent::init($layout, $data, $process);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappImageGalleryCellItem
  */
 function WiziappImageGalleryCellItem($layout = 'L1', $data)
 {
     parent::init($layout, $data);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappVideosAlbumCellItem
  */
 function WiziappVideosAlbumCellItem($layout = 'L2', $data)
 {
     parent::init($layout, $data);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappCategoryCellItem
  */
 function WiziappScrollingCategoryCellItem($layout = 'L1', $data)
 {
     parent::init($layout, $data);
 }
 /**
  * constructor 
  * 
  * @uses WiziappLayoutComponent::init()
  * 
  * @param string $layout the layout name
  * @param array $data the data the components relays on
  * @return WiziappArchiveSummeryCellItem
  */
 function WiziappArchiveSummeryCellItem($layout = 'L1', $data)
 {
     parent::init($layout, $data);
 }