Amiro.CMS API Reference
Amiro.Ru / Manual
Loading search...

The AmiMultifeeds_Articles_EmptyViewFrn class

AMI_View
   |
   --AMI_ModEmptyView
      |
      --Hyper_AmiMultifeeds_EmptyViewFrn
         |
         --AmiMultifeeds_Articles_EmptyViewFrn

• Introduction

AmiMultifeeds/Articles configuration front empty component view.

• Class synopsis

AmiMultifeeds_Articles_EmptyViewFrn extends Hyper_AmiMultifeeds_EmptyViewFrn {
/* Inherited Properties */
// Template engine object
protected AMI_ModEmptyView::$oTpl = null;
// Template empty item set
protected AMI_ModEmptyView::$tplItemEmptySet = 'body_empty';
// Locale
protected AMI_View::$aLocale = array();
// Scope
protected AMI_View::$aScope = array();
// Locale file name
protected AMI_View::$localeFileName = '';
// Model
protected AMI_View::$oModel = null;
// Template block name
protected AMI_View::$tplBlockName = '';
// Template file name
protected AMI_View::$tplFileName = '';
/* Inherited Methods */
// Constructor.
public Hyper_AmiMultifeeds_EmptyViewFrn::__construct ( ) returns Hyper_AmiMultifeeds_EmptyViewFrn;
// Constructor.
public AMI_ModEmptyView::__construct ( ) returns AMI_ModEmptyView;
// Returns view data.
public AMI_ModEmptyView::get ( ) returns string;
// Applies simple sets to specified simple items on frontend.
protected AMI_ModEmptyView::applySimpleSetsCB ( &$aItemData, &$aData ) returns void;
// Create links offset.
// Generates navigation data.
protected AMI_ModEmptyView::getNavDataCB ( &$aItemData, &$aData ) returns void;
// Fill the field callbacks.
protected AMI_ModEmptyView::prepareFieldCallbacks ( ) returns void;
// Constructor.
public AMI_View::__construct ( ) returns AMI_View;
// Adds locale.
public AMI_View::addLocale ( $aLocale, [ bool $doOverwrite = true ] ) returns AMI_View;
// Adds script code.
public AMI_View::addScriptCode ( string $code ) returns AMI_View;
// Adds script file.
public AMI_View::addScriptFile ( string $file ) returns AMI_View;
// Returns view data.
public AMI_View::get ( ) returns mixed;
// Initialize, processing after setting model.
public AMI_View::init ( ) returns AMI_View;
// Adds locale from resource.
public AMI_View::setModel ( mixed $oModel, [ $aLocale = array() ], string $path ) returns AMI_View;
// Set module id.
public AMI_View::setModId ( string $modId ) returns void;
// Sets view scope.
public AMI_View::setScope ( $aScope ) returns AMI_View;
protected AMI_View::addOpenGraphTags ( $header, $description, [ $image = '' ] ) returns void;
// Returns module id.
protected AMI_View::getModId ( ) returns string;
// Returns module specific locale path.
protected AMI_View::getModLocalePath ( ) returns string;
// Returns prepared view scope.
protected AMI_View::getScope ( string $type, [ $aScope = array() ] ) returns array;
// Returns template object.
protected AMI_View::getTemplate ( ) returns AMI_iTemplate;
// Parses block template and returns the result as a string.
protected AMI_View::parse ( string $setName, [ $aScope = array() ] ) returns string;
// Sets up model object.
protected AMI_View::_setModel ( mixed $oModel ) returns AMI_View;
}
Tags:
since 6.0.2
resource {$modId}/empty/view/frn AMI::getResource('{$modId}/empty/view/frn')*