*
* @param array $mapperKeys
*/
- public function __construct($mapperKeys) {
+ public function __construct($mapperKeys = []) {
parent::__construct();
$this->_mapperKeys = $mapperKeys;
}
* @param array $mapperRelatedContactWebsiteType
*/
public function __construct(
- $mapperKeys, $mapperLocType = [], $mapperPhoneType = [], $mapperImProvider = [], $mapperRelated = [], $mapperRelatedContactType = [], $mapperRelatedContactDetails = [], $mapperRelatedContactLocType = [], $mapperRelatedContactPhoneType = [], $mapperRelatedContactImProvider = [],
+ $mapperKeys = [], $mapperLocType = [], $mapperPhoneType = [], $mapperImProvider = [], $mapperRelated = [], $mapperRelatedContactType = [], $mapperRelatedContactDetails = [], $mapperRelatedContactLocType = [], $mapperRelatedContactPhoneType = [], $mapperRelatedContactImProvider = [],
$mapperWebsiteType = [], $mapperRelatedContactWebsiteType = []
) {
parent::__construct();
* @param null $mapperPhoneType
* @param array $mapperSoftCreditType
*/
- public function __construct(&$mapperKeys, $mapperSoftCredit = [], $mapperPhoneType = NULL, $mapperSoftCreditType = []) {
+ public function __construct(&$mapperKeys = [], $mapperSoftCredit = [], $mapperPhoneType = NULL, $mapperSoftCreditType = []) {
parent::__construct();
$this->_mapperKeys = &$mapperKeys;
$this->_mapperSoftCredit = &$mapperSoftCredit;
* @param null $mapperLocType
* @param null $mapperPhoneType
*/
- public function __construct(&$mapperKeys, $mapperLocType = NULL, $mapperPhoneType = NULL) {
+ public function __construct(&$mapperKeys = [], $mapperLocType = NULL, $mapperPhoneType = NULL) {
parent::__construct();
$this->_mapperKeys = &$mapperKeys;
}
*
* @param array $mapperKeys
*/
- public function __construct(&$mapperKeys) {
+ public function __construct(&$mapperKeys = []) {
parent::__construct();
$this->_mapperKeys = &$mapperKeys;
}
*
* @param $mapperKeys
*/
- public function __construct($mapperKeys) {
+ public function __construct($mapperKeys = []) {
parent::__construct();
$this->_mapperKeys = $mapperKeys;
}