Home
last modified time | relevance | path

Searched refs:standardonly (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle39/moodle/tag/classes/external/
H A Dutil.php52 * @param int $standardonly wether to return only standard tags or any
56 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag:… argument
62 … $tagitems = core_tag_tag::get_item_tags($component, $itemtype, $itemid, $standardonly, $tiuserid);
/dports/www/moodle310/moodle/tag/classes/external/
H A Dutil.php52 * @param int $standardonly wether to return only standard tags or any
56 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag:… argument
62 … $tagitems = core_tag_tag::get_item_tags($component, $itemtype, $itemid, $standardonly, $tiuserid);
/dports/www/moodle311/moodle/tag/classes/external/
H A Dutil.php52 * @param int $standardonly wether to return only standard tags or any
56 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag:… argument
62 … $tagitems = core_tag_tag::get_item_tags($component, $itemtype, $itemid, $standardonly, $tiuserid);
/dports/www/moodle39/moodle/tag/classes/
H A Dtag.php649 * @param int $standardonly wether to return only standard tags or any
654 …public static function get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_… argument
667 $standardonly = (int)$standardonly; // In case somebody passed bool.
678 (($standardonly == self::STANDARD_ONLY) ? "AND tg.isstandard = 1 " : "").
679 (($standardonly == self::NOT_STANDARD_ONLY) ? "AND tg.isstandard = 0 " : "").
706 * @param int $standardonly wether to return only standard tags or any
710 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_ST… argument
712 … $tagobjects = static::get_items_tags($component, $itemtype, [$itemid], $standardonly, $tiuserid);
725 * @param int $standardonly wether to return only standard tags or any
730 …public static function get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::B… argument
[all …]
/dports/www/moodle310/moodle/tag/classes/
H A Dtag.php649 * @param int $standardonly wether to return only standard tags or any
654 …public static function get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_… argument
667 $standardonly = (int)$standardonly; // In case somebody passed bool.
678 (($standardonly == self::STANDARD_ONLY) ? "AND tg.isstandard = 1 " : "").
679 (($standardonly == self::NOT_STANDARD_ONLY) ? "AND tg.isstandard = 0 " : "").
706 * @param int $standardonly wether to return only standard tags or any
710 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_ST… argument
712 … $tagobjects = static::get_items_tags($component, $itemtype, [$itemid], $standardonly, $tiuserid);
725 * @param int $standardonly wether to return only standard tags or any
730 …public static function get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::B… argument
[all …]
/dports/www/moodle311/moodle/tag/classes/
H A Dtag.php649 * @param int $standardonly wether to return only standard tags or any
654 …public static function get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_… argument
667 $standardonly = (int)$standardonly; // In case somebody passed bool.
678 (($standardonly == self::STANDARD_ONLY) ? "AND tg.isstandard = 1 " : "").
679 (($standardonly == self::NOT_STANDARD_ONLY) ? "AND tg.isstandard = 0 " : "").
706 * @param int $standardonly wether to return only standard tags or any
710 …public static function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_ST… argument
712 … $tagobjects = static::get_items_tags($component, $itemtype, [$itemid], $standardonly, $tiuserid);
725 * @param int $standardonly wether to return only standard tags or any
730 …public static function get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::B… argument
[all …]