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
Initialize widget. Import like models.
- Returns
- void
Definition at line 37 of file APALinesModule.php.
{
$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 | $str | message |
array | $params | params |
string | $dic | dictionary |
- 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: