Home
last modified time | relevance | path

Searched refs:VISIBILITY_UNLISTED (Results 1 – 7 of 7) sorted by relevance

/dports/www/moodle311/moodle/contentbank/
H A Dview.php65 if ($content->get_visibility() == content::VISIBILITY_UNLISTED) {
83 case content::VISIBILITY_UNLISTED:
90 $newvisibility = content::VISIBILITY_UNLISTED;
186 case content::VISIBILITY_UNLISTED:
H A Dlib.php41 'choices' => [content::VISIBILITY_UNLISTED, content::VISIBILITY_PUBLIC],
/dports/www/moodle311/moodle/contentbank/classes/output/
H A Dbankcontent.php89 if ($content->get_visibility() == content::VISIBILITY_UNLISTED) {
106 'visibilityunlisted' => $content->get_visibility() == content::VISIBILITY_UNLISTED
/dports/www/moodle311/moodle/user/classes/form/
H A Dcontentbank_user_preferences_form.php47 … content::VISIBILITY_UNLISTED => get_string('visibilitychoiceunlisted', 'core_contentbank')
/dports/www/moodle311/moodle/contentbank/classes/
H A Dcontent.php53 public const VISIBILITY_UNLISTED = 2; define in core_contentbank\\content
272 if (!in_array($visibility, [self::VISIBILITY_PUBLIC, self::VISIBILITY_UNLISTED])) {
/dports/www/moodle311/moodle/contentbank/tests/
H A Dcontent_test.php205 $newvisibility = content::VISIBILITY_UNLISTED;
347 $unlistedrecord->visibility = content::VISIBILITY_UNLISTED;
/dports/www/moodle311/moodle/admin/settings/
H A Dusers.php93 …$choices[\core_contentbank\content::VISIBILITY_UNLISTED] = new lang_string('visibilitychoiceunlist…