Example #1
0
 /**
  * Constructor.
  *
  * @param 	object 	An optional KConfig object with configuration options
  */
 public function __construct(KConfig $config)
 {
     parent::__construct($config);
     //loads the actor langauge
     JFactory::getLanguage()->load('com_actors');
 }