allenzhang2014 的个人博客 / 0 / 0 / 创建于 6年前
$user_list = new Collection(); foreach ($this->translateSections AS $section) { $users = $section->translators(); foreach ($users AS $user) { if($user && !$user_list->contains($user)) { $user_list = $user_list->push($user); } } }
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是: