9 public static function isAvailable(
bool $isPublic =
false): bool
13 return \CUserOptions::getOption(
'socialnetwork.space',
'space_enabled',
'N') ===
'Y';
16 $isSpaceEnabled = Option::get(
'socialnetwork',
'space_enabled',
'N') ===
'Y';
19 return \CUserOptions::getOption(
'socialnetwork.space',
'space_enabled',
'N') ===
'Y';