17 require_once SQ_CORE_PACKAGE_PATH.
'/folder/folder.inc';
55 $lock_types = parent::lockTypes();
56 $lock_types[
'security'] = max($lock_types) * 2;
57 $lock_types[
'preferences'] = max($lock_types) * 2;
72 $allowed = parent::_getAllowedLinks();
73 $allowed[SQ_LINK_TYPE_1][
'user_group'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
74 $allowed[SQ_LINK_TYPE_1][
'user'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
75 $allowed[SQ_LINK_TYPE_2][
'user_group'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
76 $allowed[SQ_LINK_TYPE_2][
'user'] = Array(
'card' =>
'M',
'exclusive' => FALSE);