function __construct($aCommunicatorSettings) { parent::__construct($aCommunicatorSettings); }
/** * Class constructor ; * * @param : $sPageName (string) - page name (need for the page builder); * @param : $aCommunicatorSettings (array) - contain some necessary data ; * [ member_id ] (integer) - logged member's ID; * [ communicator_mode ] (string) - page mode ; * [ person_switcher ] (string) - switch the person mode - from me or to me ; * [ sort_mode ] (string) - type of message's sort ; * [ page ] (integer) - contain number of current page ; * [ per_page ] (integer) - contain per page number for current page ; * [ alert_page ] (integer) - contain number of current alert's page ; */ function BxTemplCommunicator($sPageName, &$aCommunicatorSettings) { // call the parent constructor ; parent::BxBaseCommunicator($sPageName, $aCommunicatorSettings); }
function BxTemplCommunicator($aCommunicatorSettings) { parent::BxBaseCommunicator($aCommunicatorSettings); }