Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
APALinesModule Class Reference

Public Member Functions

 init ()

Static Public Member Functions

static t ($str= '', $params=array(), $dic= 'core')

Public Attributes

 $channels = array()
 $total_max_age_of_news
 $total_max_count_of_news
 $customer_number = ''
 $video_url = ''
 $cacheTime = 0
 $DefaultSize = '640x480'
 $VideoSize
 $OriginalSize
 $HiresSize
 $ThumbnailSize

Detailed Description

Apa lines module class Module allows gportal to import news from xml files, save date in database and get it

Author
Andrew Voloshin andre.nosp@m.w.vo.nosp@m.loshi.nosp@m.n@ob.nosp@m.erig..nosp@m.com

Definition at line 10 of file APALinesModule.php.

Member Function Documentation

APALinesModule::init ( )

Initialize widget. Import like models.

Returns
void

Definition at line 37 of file APALinesModule.php.

{
// import the module-level models and components
$this->setImport(
array(
'apalines.components.*',
'apalines.models.*',
)
);
}
static APALinesModule::t (   $str = '',
  $params = array(),
  $dic = 'core' 
)
static

Translates a message to the specified language.

Parameters
string$strmessage
array$paramsparams
string$dicdictionary
Returns
string

Definition at line 57 of file APALinesModule.php.

{
return Yii::t("APALinesModule." . $dic, $str, $params);
}

The documentation for this class was generated from the following file: