| Amiro.Ru / Manual | |||||||
|
Packages:
DB Debug Driver_PaymentSystem Environment Library Module ModuleComponent Package Plugin Plugin_AJAXResponder Plugin_Sample Service Template TxCommand TxService Hyper_AmiCatalog Hyper_AmiClean Hyper_AmiEshopShipping Hyper_AmiExt Hyper_AmiFiles Hyper_AmiMultifeeds Hyper_AmiSearch Hyper_AmiUsers Config_AmiCatalog_Items Config_AmiClean_AmiNewsList Config_AmiClean_AmiSample Config_AmiClean_EshopOrder Config_AmiClean_Webservice Config_AmiEshopShipping_Fields Config_AmiEshopShipping_Methods Config_AmiEshopShipping_Types Config_AmiFake_AmiroPayDrvExample Config_AmiFiles_Files Config_AmiMultifeeds_Articles Config_AmiMultifeeds_Blog Config_AmiMultifeeds_FAQ Config_AmiMultifeeds_News Config_AmiMultifeeds_PhotoGallery Config_AmiMultifeeds_Stickers Config_AmiUsers_Users Module_Catalog Module_Pages Module_Sample Module_SearchHistory
Interfaces:
Classes:
|
Loading search... The AMI_iTemplate interface• IntroductionTemplate parser class interface. • Interface synopsis
AMI_iTemplate
{
/* Constants */
// Hypermodule/configuration locale path part.
// Module locale path part.
// Common locale path part.
// Module local locale path part.
// Module local locale path part.
// Module local template path part.
// Module local template path part.
// Hypermodule/configuration template path part.
// Module template path part.
// Common template path part.
/* Methods */
// Adds block.
// Drops block.
// Returns block locale.
// Returns true if block set is set.
// Merges block to the existing block.
// Parses block set.
// Parses locale and return array having locale names as keys and its values as values.
public
parseLocale ( string $path, [ string $locale = 'auto' ], [ bool $override = FALSE ] ) returns array;
// Parses string.
// Sets block locale.
// Sets current template locale.
}
Tags:
• Interface Constants
• Interface Methods// Adds block.
// Returns block locale.
Tags:
// Returns true if block set is set.
// Merges block to the existing block.
Tags:
// Parses block set.
// Parses locale and return array having locale names as keys and its values as values.
public
parseLocale ( string $path, [ string $locale = 'auto' ], [ bool $override = FALSE ] ) returns array;
// Parses string.
// Sets block locale.
// Sets current template locale.
|