Example #1
0
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_aTranscoders = array('bx_persons_icon', 'bx_persons_thumb', 'bx_persons_avatar', 'bx_persons_picture', 'bx_persons_cover', 'bx_persons_cover_thumb');
     $this->_aStorages = array('bx_persons_pictures');
     $this->_aConnections = array('sys_profiles_friends' => array('type' => 'profiles'), 'sys_profiles_subscriptions' => array('type' => 'profiles'));
     $this->_aMenuTriggers = array('trigger_profile_view_submenu', 'trigger_profile_view_actions');
 }
Example #2
0
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
 }