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

Public Member Functions

 init ()
 getAssetsUrl ()

Static Public Member Functions

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

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Like module class file.

Definition at line 12 of file BulkModule.php.

Member Function Documentation

BulkModule::init ( )

Initialize widget. Import like models.

Returns
void

Definition at line 21 of file BulkModule.php.

{
// import the module-level models and components
$this->setImport(
array(
'bulk.models.*',
'bulk.extensions.php-faker.Faker',
'like.models.*',
'comments.models.*',
'user.models.*'
)
);
}
static BulkModule::t (   $str = '',
  $params = array(),
  $dic = 'bulk' 
)
static

Translates a message to the specified language.

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

Definition at line 44 of file BulkModule.php.

Referenced by BulkController\actionGenerate(), and GenerationForm\attributeLabels().

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

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