$setId, 'endId' => $endId]); $auth = isset($info['auth']) ? $info['auth'] : ''; $ids = !empty($auth) ? explode(',', $auth) : []; return $ids; } }