Exemplo n.º 1
0
 /**
  * Constructor
  *
  * @param \phpbb\auth\auth $auth
  * @param \phpbb\config\config $config
  * @param \phpbb\db\driver\driver_interface $db
  * @param \phpbb\template\template $template
  * @param \phpbb\user $user
  * @param \phpbb\titania\controller\helper $helper
  * @param type_collection $types
  * @param \phpbb\request\request $request
  * @param \phpbb\titania\cache\service $cache
  * @param \phpbb\titania\config\config $ext_config
  * @param \phpbb\titania\display $display
  * @param \phpbb\titania\access $access
  * @param \phpbb\titania\attachment\uploader $uploader
  * @param \phpbb\titania\subscriptions $subscriptions
  * @param \phpbb\titania\message\message $message
  */
 public function __construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\template\template $template, \phpbb\user $user, \phpbb\titania\controller\helper $helper, type_collection $types, \phpbb\request\request $request, \phpbb\titania\cache\service $cache, \phpbb\titania\config\config $ext_config, \phpbb\titania\display $display, \phpbb\titania\access $access, \phpbb\titania\attachment\uploader $uploader, \phpbb\titania\subscriptions $subscriptions, \phpbb\titania\message\message $message)
 {
     parent::__construct($auth, $config, $db, $template, $user, $helper, $types, $request, $cache, $ext_config, $display, $access);
     $this->uploader = $uploader;
     $this->subscriptions = $subscriptions;
     $this->message = $message;
 }
Exemplo n.º 2
0
 /**
  * Constructor
  *
  * @param \phpbb\auth\auth $auth
  * @param \phpbb\config\config $config
  * @param \phpbb\db\driver\driver_interface $db
  * @param \phpbb\template\template $template
  * @param \phpbb\user $user
  * @param \phpbb\titania\controller\helper $helper
  * @param type_collection $types
  * @param \phpbb\request\request $request
  * @param \phpbb\titania\cache\service $cache
  * @param \phpbb\titania\config\config $ext_config
  * @param \phpbb\titania\display $display
  * @param \phpbb\titania\access $access
  * @param \phpbb\titania\tracking $tracking
  * @param \phpbb\titania\subscriptions $subscriptions
  * @param \phpbb\titania\posting $posting
  */
 public function __construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\template\template $template, \phpbb\user $user, \phpbb\titania\controller\helper $helper, type_collection $types, \phpbb\request\request $request, \phpbb\titania\cache\service $cache, \phpbb\titania\config\config $ext_config, \phpbb\titania\display $display, \phpbb\titania\access $access, \phpbb\titania\tracking $tracking, \phpbb\titania\subscriptions $subscriptions, \phpbb\titania\posting $posting)
 {
     parent::__construct($auth, $config, $db, $template, $user, $helper, $types, $request, $cache, $ext_config, $display, $access);
     $this->tracking = $tracking;
     $this->subscriptions = $subscriptions;
     $this->posting = $posting;
 }
Exemplo n.º 3
0
 /**
  * Constructor
  *
  * @param \phpbb\auth\auth $auth
  * @param \phpbb\config\config $config
  * @param \phpbb\db\driver\driver_interface $db
  * @param \phpbb\template\template $template
  * @param \phpbb\user $user
  * @param \phpbb\titania\controller\helper $helper
  * @param type_collection $types
  * @param \phpbb\request\request $request
  * @param \phpbb\titania\cache\service $cache
  * @param \phpbb\titania\config\config $ext_config
  * @param \phpbb\titania\display $display
  * @param \phpbb\titania\access $access
  * @param \phpbb\titania\tracking $tracking
  * @param \phpbb\titania\sort $sort
  * @param \phpbb\titania\attachment\operator
  * @param \phpbb\titania\message\message $message
  */
 public function __construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\template\template $template, \phpbb\user $user, \phpbb\titania\controller\helper $helper, type_collection $types, \phpbb\request\request $request, \phpbb\titania\cache\service $cache, \phpbb\titania\config\config $ext_config, \phpbb\titania\display $display, \phpbb\titania\access $access, \phpbb\titania\tracking $tracking, \phpbb\titania\sort $sort, \phpbb\titania\attachment\operator $attachments, \phpbb\titania\message\message $message)
 {
     parent::__construct($auth, $config, $db, $template, $user, $helper, $types, $request, $cache, $ext_config, $display, $access);
     $this->tracking = $tracking;
     $this->sort = $sort;
     $this->attachments = $attachments;
     $this->message = $message;
 }
Exemplo n.º 4
0
 /**
  * Constructor
  *
  * @param \phpbb\auth\auth $auth
  * @param \phpbb\config\config $config
  * @param \phpbb\db\driver\driver_interface $db
  * @param \phpbb\template\template $template
  * @param \phpbb\user $user
  * @param \phpbb\titania\controller\helper $helper
  * @param type_collection $types
  * @param \phpbb\request\request $request
  * @param \phpbb\titania\cache\service $cache
  * @param \phpbb\titania\config\config $ext_config
  * @param \phpbb\titania\display $display
  * @param \phpbb\titania\access $access
  * @param \phpbb\titania\attachment\operator $attachments
  * @param \phpbb\titania\attachment\uploader $translations
  */
 public function __construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\template\template $template, \phpbb\user $user, \phpbb\titania\controller\helper $helper, type_collection $types, \phpbb\request\request $request, \phpbb\titania\cache\service $cache, \phpbb\titania\config\config $ext_config, \phpbb\titania\display $display, \phpbb\titania\access $access, \phpbb\titania\attachment\operator $attachments, \phpbb\titania\attachment\uploader $translations)
 {
     base::__construct($auth, $config, $db, $template, $user, $helper, $types, $request, $cache, $ext_config, $display, $access);
     $this->attachments = $attachments;
     $this->translations = $translations;
 }