- →$page GamePage(16)
- contents
- Available methods (46)
- private id -> integer202
- private message -> NULL
- →private book -> array(4)
- →stdClass(2)
- →public term -> WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer2
- public name -> string UTF-8(32) "Das Mathebuch 1 – Neubearbeitung"
- public slug -> string(11) "mathebuch-1"
- public term_group -> integer0
- public term_taxonomy_id -> integer2
- public taxonomy -> string(9) "mathebuch"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer126
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public image -> array(24)
- 'ID' => integer161
- 'id' => integer161
- 'title' => string(19) "cover-das-mathebuch"
- 'filename' => string(23) "cover-das-mathebuch.jpg"
- 'filesize' => integer97847
- →'url' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch.jpg
- 'link' => string(54) "https://uebungen.das-mathebuch.de/cover-das-mathebuch/"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(19) "cover-das-mathebuch"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer0
- 'date' => string(19) "2020-12-10 07:59:46"
- 'modified' => string(19) "2020-12-10 07:59:46"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer600
- 'height' => integer848
- →'sizes' => array(18)
- →'thumbnail' => string(92) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(92) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-212x300.jpg
- 'medium-width' => integer212
- 'medium-height' => integer300
- →'medium_large' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch.jpg
- 'medium_large-width' => integer600
- 'medium_large-height' => integer848
- →'large' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch.jpg
- 'large-width' => integer600
- 'large-height' => integer848
- →'1536x1536' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch.jpg
- '1536x1536-width' => integer600
- '1536x1536-height' => integer848
- →'2048x2048' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch.jpg
- '2048x2048-width' => integer600
- '2048x2048-height' => integer848
- →stdClass(2)
- →public term -> WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer3
- public name -> string UTF-8(32) "Das Mathebuch 2 – Neubearbeitung"
- public slug -> string(11) "mathebuch-2"
- public term_group -> integer0
- public term_taxonomy_id -> integer3
- public taxonomy -> string(9) "mathebuch"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer130
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public image -> array(24)
- 'ID' => integer1339
- 'id' => integer1339
- 'title' => string(10) "mathebuch2"
- 'filename' => string(14) "mathebuch2.jpg"
- 'filesize' => integer79191
- 'url' => string(75) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2.jpg"
- 'link' => string(47) "https://uebungen.das-mathebuch.de/mathebuch2-2/"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(12) "mathebuch2-2"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer0
- 'date' => string(19) "2022-03-10 15:42:09"
- 'modified' => string(19) "2022-03-10 15:42:09"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer600
- 'height' => integer848
- →'sizes' => array(18)
- →'thumbnail' => string(83) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2-150x150.…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(83) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2-212x300.…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2-212x300.jpg
- 'medium-width' => integer212
- 'medium-height' => integer300
- 'medium_large' => string(75) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2.jpg"
- 'medium_large-width' => integer600
- 'medium_large-height' => integer848
- 'large' => string(75) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2.jpg"
- 'large-width' => integer600
- 'large-height' => integer848
- '1536x1536' => string(75) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2.jpg"
- '1536x1536-width' => integer600
- '1536x1536-height' => integer848
- '2048x2048' => string(75) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/03/mathebuch2.jpg"
- '2048x2048-width' => integer600
- '2048x2048-height' => integer848
- →stdClass(2)
- →public term -> WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer4
- public name -> string(15) "Das Mathebuch 3"
- public slug -> string(11) "mathebuch-3"
- public term_group -> integer0
- public term_taxonomy_id -> integer4
- public taxonomy -> string(9) "mathebuch"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer0
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public image -> array(24)
- 'ID' => integer163
- 'id' => integer163
- 'title' => string(21) "cover-das-mathebuch-3"
- 'filename' => string(25) "cover-das-mathebuch-3.jpg"
- 'filesize' => integer63964
- →'url' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3.jpg
- 'link' => string(56) "https://uebungen.das-mathebuch.de/cover-das-mathebuch-3/"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(21) "cover-das-mathebuch-3"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer0
- 'date' => string(19) "2020-12-10 08:05:05"
- 'modified' => string(19) "2020-12-10 08:05:05"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer600
- 'height' => integer848
- →'sizes' => array(18)
- →'thumbnail' => string(94) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(94) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3-212x300.jpg
- 'medium-width' => integer212
- 'medium-height' => integer300
- →'medium_large' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3.jpg
- 'medium_large-width' => integer600
- 'medium_large-height' => integer848
- →'large' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3.jpg
- 'large-width' => integer600
- 'large-height' => integer848
- →'1536x1536' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3.jpg
- '1536x1536-width' => integer600
- '1536x1536-height' => integer848
- →'2048x2048' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-3.jpg
- '2048x2048-width' => integer600
- '2048x2048-height' => integer848
- →stdClass(2)
- →public term -> WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer144
- public name -> string(15) "Das Mathebuch 4"
- public slug -> string(11) "mathebuch-4"
- public term_group -> integer0
- public term_taxonomy_id -> integer144
- public taxonomy -> string(9) "mathebuch"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer0
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public image -> array(24)
- 'ID' => integer164
- 'id' => integer164
- 'title' => string(21) "cover-das-mathebuch-4"
- 'filename' => string(25) "cover-das-mathebuch-4.jpg"
- 'filesize' => integer64675
- →'url' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4.jpg
- 'link' => string(56) "https://uebungen.das-mathebuch.de/cover-das-mathebuch-4/"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(21) "cover-das-mathebuch-4"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer0
- 'date' => string(19) "2020-12-10 08:05:36"
- 'modified' => string(19) "2020-12-10 08:05:36"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer600
- 'height' => integer848
- →'sizes' => array(18)
- →'thumbnail' => string(94) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(94) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4-212x300.jpg
- 'medium-width' => integer212
- 'medium-height' => integer300
- →'medium_large' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4.jpg
- 'medium_large-width' => integer600
- 'medium_large-height' => integer848
- →'large' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4.jpg
- 'large-width' => integer600
- 'large-height' => integer848
- →'1536x1536' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4.jpg
- '1536x1536-width' => integer600
- '1536x1536-height' => integer848
- →'2048x2048' => string(86) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/cover-das-mathebuch-4.jpg
- '2048x2048-width' => integer600
- '2048x2048-height' => integer848
- →private pageNumber -> array(1)
- →stdClass(3)
- public number -> string(2) "40"
- →public image -> array(24)
- 'ID' => integer2126
- 'id' => integer2126
- 'title' => string(17) "Mathebuch11024_40"
- 'filename' => string(21) "Mathebuch11024_40.jpg"
- 'filesize' => integer131906
- →'url' => string(82) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.j…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.jpg
- 'link' => string(52) "https://uebungen.das-mathebuch.de/mathebuch11024_40/"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(17) "mathebuch11024_40"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer0
- 'date' => string(19) "2022-04-14 05:30:21"
- 'modified' => string(19) "2022-04-14 05:30:21"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer724
- 'height' => integer1024
- →'sizes' => array(18)
- →'thumbnail' => string(90) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40-1…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(90) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40-2…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40-212x300.jpg
- 'medium-width' => integer212
- 'medium-height' => integer300
- →'medium_large' => string(82) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.j…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.jpg
- 'medium_large-width' => integer724
- 'medium_large-height' => integer1024
- →'large' => string(82) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.j…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.jpg
- 'large-width' => integer724
- 'large-height' => integer1024
- →'1536x1536' => string(82) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.j…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.jpg
- '1536x1536-width' => integer724
- '1536x1536-height' => integer1024
- →'2048x2048' => string(82) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.j…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Mathebuch11024_40.jpg
- '2048x2048-width' => integer724
- '2048x2048-height' => integer1024
- →public term -> WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer47
- public name -> string(8) "Seite 40"
- public slug -> string(11) "m1-seite-40"
- public term_group -> integer0
- public term_taxonomy_id -> integer47
- public taxonomy -> string(18) "mathebuch_1_seiten"
- public description -> string(30) "Rechengeschichten zur Addition"
- public parent -> integer0
- public count -> integer1
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →private page -> stdClass(3)
- public pageID -> integer202
- public title -> string(8) "Seite 40"
- →public description -> string UTF-8(1084) "<p>Auf dieser Seite beschäftigen sich die Kinder intensiv mit den additiven Meng…"
<p>Auf dieser Seite beschäftigen sich die Kinder intensiv mit den additiven Mengenveränderungen bei konkreten Sachsituationen. Nur wer bereits ausreichend Vorstellungen zu den Rechenoperationen besitzt, kann ein umfassendes Operationsverständnis entwickeln. Das ist wiederum unabdingbar, um reale Situationen zu deuten und mit der passenden Rechenoperation in Verbindung zu bringen. Das flexible Wechseln zwischen den Ebenen (inter- und intramodal) ermöglicht erst ein inhaltliches Verständnis von Aufgaben. Wenn das Operationsverständnis noch nicht ausreichend gefördert wurde, kommt es häufig zu sinnlosen Dinggleichungen. Unter einer „Dinggleichung“ versteht man das Vorgehen, dass die Zahlen einer Rechnung in Bilder (Herzen, Kreise etc.) übersetzt und anschließend in eine lineare Anordnung mit Operationszeichen gebracht werden (5 Herzen + 2 Herzen = 7 Herzen). Problematisch wird es dann, wenn die Übersetzung keinen Sinn ergibt (5 Herzen + 2 Kreise = 7 Dreiecke), da dann das inhaltliche Verständnis zu den Rechenaufgaben noch nicht ausreichend vorhanden ist.</p>
- →private worksheet -> array(21)
- 'ID' => integer1142
- 'id' => integer1142
- 'title' => string(58) "3_S57_fUuW1_Digitale_Arbeitsblaetter_Mathebuch1_1507-40_v3"
- 'filename' => string(62) "3_S57_fUuW1_Digitale_Arbeitsblaetter_Mathebuch1_1507-40_v3.pdf"
- 'filesize' => integer2548358
- →'url' => string(123) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/3_S57_fUuW1_Digital…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/3_S57_fUuW1_Digitale_Arbeitsblaetter_Mathebuch1_1507-40_v3.pdf
- →'link' => string(134) "https://uebungen.das-mathebuch.de/buchseite/zahlen-in-der-umwelt-zaehlen/3_s57_f…"
https://uebungen.das-mathebuch.de/buchseite/zahlen-in-der-umwelt-zaehlen/3_s57_fuuw1_digitale_arbeitsblaetter_mathebuch1_1507-40_v3-2/
- 'alt' => string(0) ""
- 'author' => string(1) "2"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(60) "3_s57_fuuw1_digitale_arbeitsblaetter_mathebuch1_1507-40_v3-2"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer202
- 'date' => string(19) "2022-03-01 09:35:15"
- 'modified' => string(19) "2022-03-01 09:35:15"
- 'menu_order' => integer0
- 'mime_type' => string(15) "application/pdf"
- 'type' => string(11) "application"
- 'subtype' => string(3) "pdf"
- 'icon' => string(71) "https://uebungen.das-mathebuch.de/wp-includes/images/media/document.png"
- →private worksheetGroup -> array(6)
- →'0' => WP_Post(24)
- contents
- Available methods (6)
- public ID -> integer1802
- public post_author -> string(1) "1"
- public post_date -> string(19) "2022-04-12 12:10:54"
- public post_date_gmt -> string(19) "2022-04-12 10:10:54"
- public post_content -> string(0) ""
- public post_title -> string UTF-8(22) "Üben und wiederholen 3"
- public post_excerpt -> string(0) ""
- public post_status -> string(7) "publish"
- public comment_status -> string(6) "closed"
- public ping_status -> string(6) "closed"
- public post_password -> string(0) ""
- public post_name -> string(23) "ueben-und-wiederholen-3"
- public to_ping -> string(0) ""
- public pinged -> string(0) ""
- public post_modified -> string(19) "2022-04-28 19:53:19"
- public post_modified_gmt -> string(19) "2022-04-28 17:53:19"
- public post_content_filtered -> string(0) ""
- public post_parent -> integer0
- public guid -> string(66) "https://uebungen.das-mathebuch.de/?post_type=worksheet&p=1802"
- public menu_order -> integer0
- public post_type -> string(9) "worksheet"
- public post_mime_type -> string(0) ""
- public comment_count -> string(1) "0"
- public filter -> string(3) "raw"
- →public static get_instance($post_id) -> WP_Post|false Post object, false otherwise.
Retrieve WP_Post instance. @since 3.5.0 @global wpdb $wpdb WordPress database abstraction object. @param int $post_id Post ID. @return WP_Post|false Post object, false otherwise. Defined in .../wp-includes/class-wp-post.php:231
- →public __construct($post)
Constructor. @since 3.5.0 @param WP_Post|object $post Post object. Defined in .../wp-includes/class-wp-post.php:264
- →public __get($key) -> mixed
Getter. @since 3.5.0 @param string $key Key to get. @return mixed Defined in .../wp-includes/class-wp-post.php:306
- →public __isset($key) -> bool
Isset-er. @since 3.5.0 @param string $key Property to check if set. @return bool Defined in .../wp-includes/class-wp-post.php:278
- →public filter($filter) -> WP_Post
{@Missing Summary} @since 3.5.0 @param string $filter Filter. @return WP_Post Defined in .../wp-includes/class-wp-post.php:357
- →public to_array() -> array Object as array.
Convert object to array. @since 3.5.0 @return array Object as array. Defined in .../wp-includes/class-wp-post.php:376
- →'file' => array(21)
- 'ID' => integer2324
- 'id' => integer2324
- 'title' => string(19) "ueben_wiederholen-3"
- 'filename' => string(23) "ueben_wiederholen-3.pdf"
- 'filesize' => integer1662608
- →'url' => string(84) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-3…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-3.pdf
- →'link' => string(88) "https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wieder…"
https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wiederholen-3/
- 'alt' => string(0) ""
- 'author' => string(1) "3"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(19) "ueben_wiederholen-3"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer1802
- 'date' => string(19) "2022-04-15 14:07:18"
- 'modified' => string(19) "2022-04-15 14:07:18"
- 'menu_order' => integer0
- 'mime_type' => string(15) "application/pdf"
- 'type' => string(11) "application"
- 'subtype' => string(3) "pdf"
- 'icon' => string(71) "https://uebungen.das-mathebuch.de/wp-includes/images/media/document.png"
- →'results' => array(21)
- 'ID' => integer2323
- 'id' => integer2323
- 'title' => string(28) "ueben_wiederholen-loesungen3"
- 'filename' => string(32) "ueben_wiederholen-loesungen3.pdf"
- 'filesize' => integer1667195
- →'url' => string(93) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-l…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-loesungen3.pdf
- →'link' => string(97) "https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wieder…"
https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wiederholen-loesungen3/
- 'alt' => string(0) ""
- 'author' => string(1) "3"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(28) "ueben_wiederholen-loesungen3"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer1802
- 'date' => string(19) "2022-04-15 14:07:03"
- 'modified' => string(19) "2022-04-15 14:07:03"
- 'menu_order' => integer0
- 'mime_type' => string(15) "application/pdf"
- 'type' => string(11) "application"
- 'subtype' => string(3) "pdf"
- 'icon' => string(71) "https://uebungen.das-mathebuch.de/wp-includes/images/media/document.png"
- →'help' => array(21)
- 'ID' => integer2337
- 'id' => integer2337
- 'title' => string(35) "ueben_wiederholen-loesungshinweise3"
- 'filename' => string(39) "ueben_wiederholen-loesungshinweise3.pdf"
- 'filesize' => integer443067
- →'url' => string(100) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-l…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/ueben_wiederholen-loesungshinweise3.pdf
- →'link' => string(104) "https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wieder…"
https://uebungen.das-mathebuch.de/worksheet/ueben-und-wiederholen-3/ueben_wiederholen-loesungshinweise3/
- 'alt' => string(0) ""
- 'author' => string(1) "3"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(35) "ueben_wiederholen-loesungshinweise3"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer1802
- 'date' => string(19) "2022-04-15 17:52:21"
- 'modified' => string(19) "2022-04-15 17:52:21"
- 'menu_order' => integer0
- 'mime_type' => string(15) "application/pdf"
- 'type' => string(11) "application"
- 'subtype' => string(3) "pdf"
- 'icon' => string(71) "https://uebungen.das-mathebuch.de/wp-includes/images/media/document.png"
- →'description' => string UTF-8(1286) "<p><strong>Üben und Wiederholen 3:</strong> Diese umfassen drei Schwierigkeitsst…"
<p><strong>Üben und Wiederholen 3:</strong> Diese umfassen drei Schwierigkeitsstufen, was eine Selbstdifferenzierung ermöglicht. Folgende Inhalte werden wiederholt: die passende Rechnung zu einer Rechengeschichte wählen, die entsprechende Rechnung zu einer Rechengeschichte selbst finden, das Verständnis von Aufgabe und Tauschaufgabe durch Übung verfestigen, Ergänzungsaufgaben rechnen sowie Basisaufgabenformate wiederholen. Hierzu zählen unter anderem Rechendreiecke und schöne Päckchen.</p> <p><strong>Lösungshilfe 3:</strong> Um eine Differenzierung und eigene Bearbeitung zu ermöglichen, bieten wir zu den „Üben und Wiederholen“-Seiten immer auch eine Lösungshilfe an. Hier können die Kinder sehen, in welchem Lernvideo die Thematiken der jeweiligen Aufgaben thematisiert werden. Mit nur einem Klick auf das Videosymbol bei der entsprechenden Aufgabe kann das passende Lernvideo aufgerufen und angeschaut werden. Da alle drei Arbeitsblätter gleich aufgebaut sind und lediglich der Schwierigkeitsgrad variiert, gilt die Lösungshilfe – ganz egal, welches Blatt bearbeitet wird.</p> <p><strong>Lösungen 3:</strong> Auch können die Kinder auf die Lösungen zu den drei Arbeitsblättern zugreifen, wodurch eine Selbstkontrolle und das Lernen aus Fehlern ermöglicht wird.</p>
- →'terms' => array(4)
- →'category' => array(3)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer369
- public name -> string(10) "Arithmetik"
- public slug -> string(10) "arithmetik"
- public term_group -> integer0
- public term_taxonomy_id -> integer369
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer195
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer371
- public name -> string(10) "Stochastik"
- public slug -> string(10) "stochastik"
- public term_group -> integer0
- public term_taxonomy_id -> integer371
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer10
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer398
- public name -> string UTF-8(20) "Üben und Wiederholen"
- public slug -> string(21) "ueben-und-wiederholen"
- public term_group -> integer0
- public term_taxonomy_id -> integer398
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer372
- public count -> integer8
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- 'material' => array(0)
- →'kapitel' => array(2)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer338
- public name -> string UTF-8(23) "Einführung der Addition"
- public slug -> string(24) "einfuehrung-der-addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer338
- public taxonomy -> string(7) "kapitel"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer25
- public filter -> string(3) "raw"
- public term_order -> string(1) "3"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer339
- public name -> string UTF-8(40) "Einführung der Subtraktion, Kombinatorik"
- public slug -> string(40) "einfuehrung-der-subtraktion-kombinatorik"
- public term_group -> integer0
- public term_taxonomy_id -> integer339
- public taxonomy -> string(7) "kapitel"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer14
- public filter -> string(3) "raw"
- public term_order -> string(1) "4"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kompetenzen' => array(2)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer357
- public name -> string(27) "Inhaltsbezogene Kompetenzen"
- public slug -> string(27) "inhaltsbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer357
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer135
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer358
- public name -> string(27) "Prozessbezogene Kompetenzen"
- public slug -> string(27) "prozessbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer358
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer219
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- private video -> NULL
- →private additional -> array(1)
- →WP_Post(26)
- contents
- Available methods (6)
- public ID -> integer185
- public post_author -> string(1) "1"
- public post_date -> string(19) "2020-12-10 11:19:55"
- public post_date_gmt -> string(19) "2020-12-10 10:19:55"
- →public post_content -> string(1088) "<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class=…"
<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:image {"id":187,"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large"><img src="https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/Bild_2020-12-10_112358.png" alt="" class="wp-image-187"/></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>Legt ei<span class="silbierung">nen</span> blau<span class="silbierung">en</span> und ei<span class="silbierung">nen</span> ro<span class="silbierung">ten</span> Rei<span class="silbierung">fen</span> aus.<br> Ein Kind nennt ei<span class="silbierung">ne</span> Plus<span class="silbierung">auf</span>ga<span class="silbierung">be</span>. <br>Spielt sie zu<span class="silbierung">sam</span>men mit an<span class="silbierung">de</span>ren Kin<span class="silbierung">dern</span> nach.</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:paragraph --> <p></p> <!-- /wp:paragraph -->
- public post_title -> string(15) "Plusgeschichten"
- public post_excerpt -> string(0) ""
- public post_status -> string(7) "publish"
- public comment_status -> string(6) "closed"
- public ping_status -> string(6) "closed"
- public post_password -> string(0) ""
- public post_name -> string(27) "spielt-plusgeschichten-nach"
- public to_ping -> string(0) ""
- public pinged -> string(0) ""
- public post_modified -> string(19) "2022-04-28 19:35:08"
- public post_modified_gmt -> string(19) "2022-04-28 17:35:08"
- public post_content_filtered -> string(0) ""
- public post_parent -> integer0
- public guid -> string(71) "https://uebungen.das-mathebuch.de/?post_type=additional_task&p=185"
- public menu_order -> integer0
- public post_type -> string(15) "additional_task"
- public post_mime_type -> string(0) ""
- public comment_count -> string(1) "0"
- public filter -> string(3) "raw"
- →public description -> string UTF-8(309) "<p>Jetzt sollen die Kinder selbst in Aktion treten und Rechnungen zusammen mit a…"
<p>Jetzt sollen die Kinder selbst in Aktion treten und Rechnungen zusammen mit anderen nachstellen. Hierbei ermöglichen ein roter und ein blauer Reifen die Visualisierung beider Summanden. Die Farbigkeit soll an die zweigliedrige Darstellung der Zahlen im Zehnerfeld mithilfe der Wendeplättchen erinnern.</p>
- →public terms -> array(4)
- →'category' => array(9)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer369
- public name -> string(10) "Arithmetik"
- public slug -> string(10) "arithmetik"
- public term_group -> integer0
- public term_taxonomy_id -> integer369
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer195
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer375
- public name -> string(8) "Addition"
- public slug -> string(8) "addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer375
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer374
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer381
- public name -> string(17) "Zahlenraum bis 10"
- public slug -> string(17) "zahlenraum-bis-10"
- public term_group -> integer0
- public term_taxonomy_id -> integer381
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer380
- public count -> integer130
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer402
- public name -> string(15) "Lebensweltbezug"
- public slug -> string(15) "lebensweltbezug"
- public term_group -> integer0
- public term_taxonomy_id -> integer402
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer373
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer374
- public name -> string(16) "Grundrechenarten"
- public slug -> string(16) "grundrechenarten"
- public term_group -> integer0
- public term_taxonomy_id -> integer374
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer104
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer380
- public name -> string UTF-8(11) "Zahlenräume"
- public slug -> string(12) "zahlenraeume"
- public term_group -> integer0
- public term_taxonomy_id -> integer380
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer187
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer384
- public name -> string(15) "Zahlzerlegungen"
- public slug -> string(15) "zahlzerlegungen"
- public term_group -> integer0
- public term_taxonomy_id -> integer384
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer45
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer385
- public name -> string(11) "Zahlaspekte"
- public slug -> string(11) "zahlaspekte"
- public term_group -> integer0
- public term_taxonomy_id -> integer385
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer126
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer430
- public name -> string(15) "Zahlbeziehungen"
- public slug -> string(15) "zahlbeziehungen"
- public term_group -> integer0
- public term_taxonomy_id -> integer430
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer108
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'material' => array(3)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer407
- public name -> string(11) "Mischformen"
- public slug -> string(11) "mischformen"
- public term_group -> integer0
- public term_taxonomy_id -> integer407
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer91
- public filter -> string(3) "raw"
- public term_order -> string(1) "1"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer408
- public name -> string(25) "Unstrukturiertes Material"
- public slug -> string(25) "unstrukturiertes-material"
- public term_group -> integer0
- public term_taxonomy_id -> integer408
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> string(1) "2"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer423
- public name -> string UTF-8(18) "Alltagsgegenstände"
- public slug -> string(19) "alltagsgegenstaende"
- public term_group -> integer0
- public term_taxonomy_id -> integer423
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer408
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> float2.2
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kapitel' => array(1)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer338
- public name -> string UTF-8(23) "Einführung der Addition"
- public slug -> string(24) "einfuehrung-der-addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer338
- public taxonomy -> string(7) "kapitel"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer25
- public filter -> string(3) "raw"
- public term_order -> string(1) "3"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kompetenzen' => array(5)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer357
- public name -> string(27) "Inhaltsbezogene Kompetenzen"
- public slug -> string(27) "inhaltsbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer357
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer135
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer358
- public name -> string(27) "Prozessbezogene Kompetenzen"
- public slug -> string(27) "prozessbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer358
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer219
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer363
- public name -> string(13) "Kommunizieren"
- public slug -> string(13) "kommunizieren"
- public term_group -> integer0
- public term_taxonomy_id -> integer363
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer357
- public count -> integer55
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer364
- public name -> string(22) "Zahlen und Operationen"
- public slug -> string(22) "zahlen-und-operationen"
- public term_group -> integer0
- public term_taxonomy_id -> integer364
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer182
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer366
- public name -> string(21) "Muster und Strukturen"
- public slug -> string(21) "muster-und-strukturen"
- public term_group -> integer0
- public term_taxonomy_id -> integer366
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer200
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public static get_instance($post_id) -> WP_Post|false Post object, false otherwise.
Retrieve WP_Post instance. @since 3.5.0 @global wpdb $wpdb WordPress database abstraction object. @param int $post_id Post ID. @return WP_Post|false Post object, false otherwise. Defined in .../wp-includes/class-wp-post.php:231
- →public __construct($post)
Constructor. @since 3.5.0 @param WP_Post|object $post Post object. Defined in .../wp-includes/class-wp-post.php:264
- →public __get($key) -> mixed
Getter. @since 3.5.0 @param string $key Key to get. @return mixed Defined in .../wp-includes/class-wp-post.php:306
- →public __isset($key) -> bool
Isset-er. @since 3.5.0 @param string $key Property to check if set. @return bool Defined in .../wp-includes/class-wp-post.php:278
- →public filter($filter) -> WP_Post
{@Missing Summary} @since 3.5.0 @param string $filter Filter. @return WP_Post Defined in .../wp-includes/class-wp-post.php:357
- →public to_array() -> array Object as array.
Convert object to array. @since 3.5.0 @return array Object as array. Defined in .../wp-includes/class-wp-post.php:376
- →private post -> WP_Post(24)
- contents
- Available methods (6)
- public ID -> integer202
- public post_author -> string(1) "1"
- public post_date -> string(19) "2020-12-10 12:08:21"
- public post_date_gmt -> string(19) "2020-12-10 11:08:21"
- public post_content -> string(0) ""
- public post_title -> string(8) "Seite 40"
- public post_excerpt -> string(0) ""
- public post_status -> string(7) "publish"
- public comment_status -> string(6) "closed"
- public ping_status -> string(6) "closed"
- public post_password -> string(0) ""
- public post_name -> string(28) "zahlen-in-der-umwelt-zaehlen"
- public to_ping -> string(0) ""
- public pinged -> string(0) ""
- public post_modified -> string(19) "2022-05-05 08:24:30"
- public post_modified_gmt -> string(19) "2022-05-05 06:24:30"
- public post_content_filtered -> string(0) ""
- public post_parent -> integer0
- public guid -> string(65) "https://uebungen.das-mathebuch.de/?post_type=buchseite&p=202"
- public menu_order -> integer0
- public post_type -> string(9) "buchseite"
- public post_mime_type -> string(0) ""
- public comment_count -> string(1) "0"
- public filter -> string(3) "raw"
- →public static get_instance($post_id) -> WP_Post|false Post object, false otherwise.
Retrieve WP_Post instance. @since 3.5.0 @global wpdb $wpdb WordPress database abstraction object. @param int $post_id Post ID. @return WP_Post|false Post object, false otherwise. Defined in .../wp-includes/class-wp-post.php:231
- →public __construct($post)
Constructor. @since 3.5.0 @param WP_Post|object $post Post object. Defined in .../wp-includes/class-wp-post.php:264
- →public __get($key) -> mixed
Getter. @since 3.5.0 @param string $key Key to get. @return mixed Defined in .../wp-includes/class-wp-post.php:306
- →public __isset($key) -> bool
Isset-er. @since 3.5.0 @param string $key Property to check if set. @return bool Defined in .../wp-includes/class-wp-post.php:278
- →public filter($filter) -> WP_Post
{@Missing Summary} @since 3.5.0 @param string $filter Filter. @return WP_Post Defined in .../wp-includes/class-wp-post.php:357
- →public to_array() -> array Object as array.
Convert object to array. @since 3.5.0 @return array Object as array. Defined in .../wp-includes/class-wp-post.php:376
- private pageHasContent -> boolTRUE
- private selectedBook -> integer2
- private reviewVideos -> array(0)
- →public videos -> array(1)
- →stdClass(7)
- →public video -> array(23)
- 'ID' => integer1836
- 'id' => integer1836
- 'title' => string(27) "13_Addition_Plusaufgabe_v04"
- 'filename' => string(31) "13_Addition_Plusaufgabe_v04.mp4"
- 'filesize' => integer14609104
- →'url' => string(92) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/13_Addition_Plusauf…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/13_Addition_Plusaufgabe_v04.mp4
- 'link' => string(53) "https://uebungen.das-mathebuch.de/?attachment_id=1836"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(29) "13_addition_plusaufgabe_v04-2"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer1834
- 'date' => string(19) "2022-04-13 06:38:34"
- 'modified' => string(19) "2022-04-13 06:38:34"
- 'menu_order' => integer0
- 'mime_type' => string(9) "video/mp4"
- 'type' => string(5) "video"
- 'subtype' => string(3) "mp4"
- 'icon' => string(68) "https://uebungen.das-mathebuch.de/wp-includes/images/media/video.png"
- 'width' => integer1920
- 'height' => integer1080
- public review -> NULL
- public review_book -> string(11) "mathebuch-1"
- public title -> string(30) "Rechengeschichten zur Addition"
- →public preview -> array(24)
- 'ID' => integer1835
- 'id' => integer1835
- 'title' => string(30) "Rechengeschichten-zur-Addition"
- 'filename' => string(34) "Rechengeschichten-zur-Addition.jpg"
- 'filesize' => integer53275
- →'url' => string(95) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition.jpg
- 'link' => string(53) "https://uebungen.das-mathebuch.de/?attachment_id=1835"
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(30) "rechengeschichten-zur-addition"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer1834
- 'date' => string(19) "2022-04-13 06:38:18"
- 'modified' => string(19) "2022-04-13 06:38:18"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer1441
- 'height' => integer793
- →'sizes' => array(18)
- →'thumbnail' => string(103) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition-150x150.jpg
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- →'medium' => string(103) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition-300x165.jpg
- 'medium-width' => integer300
- 'medium-height' => integer165
- →'medium_large' => string(103) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition-768x423.jpg
- 'medium_large-width' => integer768
- 'medium_large-height' => integer423
- →'large' => string(104) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition-1024x564.jpg
- 'large-width' => integer1024
- 'large-height' => integer564
- →'1536x1536' => string(95) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition.jpg
- '1536x1536-width' => integer1441
- '1536x1536-height' => integer793
- →'2048x2048' => string(95) "https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-z…"
https://uebungen.das-mathebuch.de/wp-content/uploads/2022/04/Rechengeschichten-zur-Addition.jpg
- '2048x2048-width' => integer1441
- '2048x2048-height' => integer793
- →public terms -> array(4)
- →'category' => array(11)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer369
- public name -> string(10) "Arithmetik"
- public slug -> string(10) "arithmetik"
- public term_group -> integer0
- public term_taxonomy_id -> integer369
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer195
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer375
- public name -> string(8) "Addition"
- public slug -> string(8) "addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer375
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer374
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer381
- public name -> string(17) "Zahlenraum bis 10"
- public slug -> string(17) "zahlenraum-bis-10"
- public term_group -> integer0
- public term_taxonomy_id -> integer381
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer380
- public count -> integer130
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer402
- public name -> string(15) "Lebensweltbezug"
- public slug -> string(15) "lebensweltbezug"
- public term_group -> integer0
- public term_taxonomy_id -> integer402
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer373
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer374
- public name -> string(16) "Grundrechenarten"
- public slug -> string(16) "grundrechenarten"
- public term_group -> integer0
- public term_taxonomy_id -> integer374
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer104
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer378
- public name -> string(11) "Sachrechnen"
- public slug -> string(11) "sachrechnen"
- public term_group -> integer0
- public term_taxonomy_id -> integer378
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer22
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer380
- public name -> string UTF-8(11) "Zahlenräume"
- public slug -> string(12) "zahlenraeume"
- public term_group -> integer0
- public term_taxonomy_id -> integer380
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer187
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer383
- public name -> string UTF-8(6) "Zählen"
- public slug -> string(7) "zaehlen"
- public term_group -> integer0
- public term_taxonomy_id -> integer383
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer96
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer384
- public name -> string(15) "Zahlzerlegungen"
- public slug -> string(15) "zahlzerlegungen"
- public term_group -> integer0
- public term_taxonomy_id -> integer384
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer45
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer385
- public name -> string(11) "Zahlaspekte"
- public slug -> string(11) "zahlaspekte"
- public term_group -> integer0
- public term_taxonomy_id -> integer385
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer126
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer430
- public name -> string(15) "Zahlbeziehungen"
- public slug -> string(15) "zahlbeziehungen"
- public term_group -> integer0
- public term_taxonomy_id -> integer430
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer108
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'material' => array(5)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer407
- public name -> string(11) "Mischformen"
- public slug -> string(11) "mischformen"
- public term_group -> integer0
- public term_taxonomy_id -> integer407
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer91
- public filter -> string(3) "raw"
- public term_order -> string(1) "1"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer414
- public name -> string(10) "Zehnerfeld"
- public slug -> string(10) "zehnerfeld"
- public term_group -> integer0
- public term_taxonomy_id -> integer414
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer407
- public count -> integer51
- public filter -> string(3) "raw"
- public term_order -> float1.11
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer419
- public name -> string UTF-8(34) "Plättchen (Fünfer-/Zehnerstreifen)"
- public slug -> string(10) "plaettchen"
- public term_group -> integer0
- public term_taxonomy_id -> integer419
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer407
- public count -> integer68
- public filter -> string(3) "raw"
- public term_order -> float1.11
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer408
- public name -> string(25) "Unstrukturiertes Material"
- public slug -> string(25) "unstrukturiertes-material"
- public term_group -> integer0
- public term_taxonomy_id -> integer408
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> string(1) "2"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer423
- public name -> string UTF-8(18) "Alltagsgegenstände"
- public slug -> string(19) "alltagsgegenstaende"
- public term_group -> integer0
- public term_taxonomy_id -> integer423
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer408
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> float2.2
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kapitel' => array(1)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer338
- public name -> string UTF-8(23) "Einführung der Addition"
- public slug -> string(24) "einfuehrung-der-addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer338
- public taxonomy -> string(7) "kapitel"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer25
- public filter -> string(3) "raw"
- public term_order -> string(1) "3"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kompetenzen' => array(3)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer358
- public name -> string(27) "Prozessbezogene Kompetenzen"
- public slug -> string(27) "prozessbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer358
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer219
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer364
- public name -> string(22) "Zahlen und Operationen"
- public slug -> string(22) "zahlen-und-operationen"
- public term_group -> integer0
- public term_taxonomy_id -> integer364
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer182
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer366
- public name -> string(21) "Muster und Strukturen"
- public slug -> string(21) "muster-und-strukturen"
- public term_group -> integer0
- public term_taxonomy_id -> integer366
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer200
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public description -> string UTF-8(655) "<p>Um dem oben beschriebenen Phänomen entgegenzuwirken, beschäftigen sich die Ki…"
<p>Um dem oben beschriebenen Phänomen entgegenzuwirken, beschäftigen sich die Kinder auf dieser Seite ausführlich mit Rechengeschichten zur Addition und deren korrekter Darstellung durch Material. Im Lernvideo werden lebensweltbezogene Situationen aufgegriffen und abstrahiert. Mithilfe des Zehnerfeldes und der zweifarbigen Wendeplättchen können die Additionsaufgaben adäquat dargestellt und visualisiert werden. Die Schwierigkeit ist die Abstraktionsleistung, die die Kinder aufbringen müssen, um die konkrete Sachsituation in eine Additionsaufgabe umzuwandeln. Das Lernvideo dient hier als Orientierung und erste Anleitung für eine Vorgehensweise.</p>
- →public practise -> array(1)
- →WP_Post(29)
- contents
- Available methods (6)
- public ID -> integer194
- public post_author -> string(1) "1"
- public post_date -> string(19) "2020-12-10 11:55:03"
- public post_date_gmt -> string(19) "2020-12-10 10:55:03"
- public post_content -> string(0) ""
- public post_title -> string UTF-8(34) "Plusgeschichten – Rechnungen legen"
- public post_excerpt -> string(0) ""
- public post_status -> string(7) "publish"
- public comment_status -> string(6) "closed"
- public ping_status -> string(6) "closed"
- public post_password -> string(0) ""
- public post_name -> string(53) "lege-plusaufgaben-erzaehle-eine-geschichte-und-rechne"
- public to_ping -> string(0) ""
- public pinged -> string(0) ""
- public post_modified -> string(19) "2022-04-28 19:34:35"
- public post_modified_gmt -> string(19) "2022-04-28 17:34:35"
- public post_content_filtered -> string(0) ""
- public post_parent -> integer0
- public guid -> string(64) "https://uebungen.das-mathebuch.de/?post_type=practise&p=194"
- public menu_order -> integer42
- public post_type -> string(8) "practise"
- public post_mime_type -> string(0) ""
- public comment_count -> string(1) "0"
- public filter -> string(3) "raw"
- →public image -> array(24)
- 'ID' => integer252
- 'id' => integer252
- 'title' => string(6) "m1-194"
- 'filename' => string(10) "m1-194.jpg"
- 'filesize' => integer75683
- 'url' => string(71) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194.jpg"
- →'link' => string(104) "https://uebungen.das-mathebuch.de/practise/lege-plusaufgaben-erzaehle-eine-gesch…"
https://uebungen.das-mathebuch.de/practise/lege-plusaufgaben-erzaehle-eine-geschichte-und-rechne/m1-194/
- 'alt' => string(0) ""
- 'author' => string(1) "1"
- 'description' => string(0) ""
- 'caption' => string(0) ""
- 'name' => string(6) "m1-194"
- 'status' => string(7) "inherit"
- 'uploaded_to' => integer194
- 'date' => string(19) "2020-12-30 08:30:44"
- 'modified' => string(19) "2020-12-30 08:30:44"
- 'menu_order' => integer0
- 'mime_type' => string(10) "image/jpeg"
- 'type' => string(5) "image"
- 'subtype' => string(4) "jpeg"
- 'icon' => string(70) "https://uebungen.das-mathebuch.de/wp-includes/images/media/default.png"
- 'width' => integer1027
- 'height' => integer585
- →'sizes' => array(18)
- 'thumbnail' => string(79) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194-150x150.jpg"
- 'thumbnail-width' => integer150
- 'thumbnail-height' => integer150
- 'medium' => string(79) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194-300x171.jpg"
- 'medium-width' => integer300
- 'medium-height' => integer171
- 'medium_large' => string(79) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194-768x437.jpg"
- 'medium_large-width' => integer768
- 'medium_large-height' => integer437
- 'large' => string(80) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194-1024x583.jpg"
- 'large-width' => integer1024
- 'large-height' => integer583
- '1536x1536' => string(71) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194.jpg"
- '1536x1536-width' => integer1027
- '1536x1536-height' => integer585
- '2048x2048' => string(71) "https://uebungen.das-mathebuch.de/wp-content/uploads/2020/12/m1-194.jpg"
- '2048x2048-width' => integer1027
- '2048x2048-height' => integer585
- public review -> string(0) ""
- public review_book -> string(11) "mathebuch-1"
- →public terms -> array(4)
- →'category' => array(9)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer369
- public name -> string(10) "Arithmetik"
- public slug -> string(10) "arithmetik"
- public term_group -> integer0
- public term_taxonomy_id -> integer369
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer195
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer375
- public name -> string(8) "Addition"
- public slug -> string(8) "addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer375
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer374
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer381
- public name -> string(17) "Zahlenraum bis 10"
- public slug -> string(17) "zahlenraum-bis-10"
- public term_group -> integer0
- public term_taxonomy_id -> integer381
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer380
- public count -> integer130
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer402
- public name -> string(15) "Lebensweltbezug"
- public slug -> string(15) "lebensweltbezug"
- public term_group -> integer0
- public term_taxonomy_id -> integer402
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer373
- public count -> integer86
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer374
- public name -> string(16) "Grundrechenarten"
- public slug -> string(16) "grundrechenarten"
- public term_group -> integer0
- public term_taxonomy_id -> integer374
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer104
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer378
- public name -> string(11) "Sachrechnen"
- public slug -> string(11) "sachrechnen"
- public term_group -> integer0
- public term_taxonomy_id -> integer378
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer22
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer380
- public name -> string UTF-8(11) "Zahlenräume"
- public slug -> string(12) "zahlenraeume"
- public term_group -> integer0
- public term_taxonomy_id -> integer380
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer187
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer383
- public name -> string UTF-8(6) "Zählen"
- public slug -> string(7) "zaehlen"
- public term_group -> integer0
- public term_taxonomy_id -> integer383
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer96
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer385
- public name -> string(11) "Zahlaspekte"
- public slug -> string(11) "zahlaspekte"
- public term_group -> integer0
- public term_taxonomy_id -> integer385
- public taxonomy -> string(5) "group"
- public description -> string(0) ""
- public parent -> integer369
- public count -> integer126
- public filter -> string(3) "raw"
- public term_order -> float0.1
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'material' => array(5)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer407
- public name -> string(11) "Mischformen"
- public slug -> string(11) "mischformen"
- public term_group -> integer0
- public term_taxonomy_id -> integer407
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer91
- public filter -> string(3) "raw"
- public term_order -> string(1) "1"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer414
- public name -> string(10) "Zehnerfeld"
- public slug -> string(10) "zehnerfeld"
- public term_group -> integer0
- public term_taxonomy_id -> integer414
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer407
- public count -> integer51
- public filter -> string(3) "raw"
- public term_order -> float1.11
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer419
- public name -> string UTF-8(34) "Plättchen (Fünfer-/Zehnerstreifen)"
- public slug -> string(10) "plaettchen"
- public term_group -> integer0
- public term_taxonomy_id -> integer419
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer407
- public count -> integer68
- public filter -> string(3) "raw"
- public term_order -> float1.11
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer408
- public name -> string(25) "Unstrukturiertes Material"
- public slug -> string(25) "unstrukturiertes-material"
- public term_group -> integer0
- public term_taxonomy_id -> integer408
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> string(1) "2"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer423
- public name -> string UTF-8(18) "Alltagsgegenstände"
- public slug -> string(19) "alltagsgegenstaende"
- public term_group -> integer0
- public term_taxonomy_id -> integer423
- public taxonomy -> string(8) "material"
- public description -> string(0) ""
- public parent -> integer408
- public count -> integer66
- public filter -> string(3) "raw"
- public term_order -> float2.2
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kapitel' => array(1)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer338
- public name -> string UTF-8(23) "Einführung der Addition"
- public slug -> string(24) "einfuehrung-der-addition"
- public term_group -> integer0
- public term_taxonomy_id -> integer338
- public taxonomy -> string(7) "kapitel"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer25
- public filter -> string(3) "raw"
- public term_order -> string(1) "3"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →'kompetenzen' => array(6)
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer357
- public name -> string(27) "Inhaltsbezogene Kompetenzen"
- public slug -> string(27) "inhaltsbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer357
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer135
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer358
- public name -> string(27) "Prozessbezogene Kompetenzen"
- public slug -> string(27) "prozessbezogene-kompetenzen"
- public term_group -> integer0
- public term_taxonomy_id -> integer358
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer0
- public count -> integer219
- public filter -> string(3) "raw"
- public term_order -> string(1) "0"
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer360
- public name -> string(11) "Modellieren"
- public slug -> string(11) "modellieren"
- public term_group -> integer0
- public term_taxonomy_id -> integer360
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer357
- public count -> integer20
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer361
- public name -> string UTF-8(12) "Problemlösen"
- public slug -> string(13) "problemloesen"
- public term_group -> integer0
- public term_taxonomy_id -> integer361
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer357
- public count -> integer75
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer364
- public name -> string(22) "Zahlen und Operationen"
- public slug -> string(22) "zahlen-und-operationen"
- public term_group -> integer0
- public term_taxonomy_id -> integer364
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer182
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →WP_Term(11)
- contents
- Available methods (5)
- public term_id -> integer366
- public name -> string(21) "Muster und Strukturen"
- public slug -> string(21) "muster-und-strukturen"
- public term_group -> integer0
- public term_taxonomy_id -> integer366
- public taxonomy -> string(11) "kompetenzen"
- public description -> string(0) ""
- public parent -> integer358
- public count -> integer200
- public filter -> string(3) "raw"
- public term_order -> float0
- →public static get_instance($term_id, $taxonomy = NULL) -> WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
Retrieve WP_Term instance. @since 4.4.0 @global wpdb $wpdb WordPress database abstraction object. @param int $term_id Term ID. @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for disambiguating potentially shared terms. @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and there's insufficient data to distinguish which term is intended. False for other failures. Defined in .../wp-includes/class-wp-term.php:115
- →public __construct($term)
Constructor. @since 4.4.0 @param WP_Term|object $term Term object. Defined in .../wp-includes/class-wp-term.php:196
- →public __get($key) -> mixed Property value.
Getter. @since 4.4.0 @param string $key Property to get. @return mixed Property value. Defined in .../wp-includes/class-wp-term.php:232
- →public filter($filter)
Sanitizes term fields, according to the filter type provided. @since 4.4.0 @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'. Defined in .../wp-includes/class-wp-term.php:209
- →public to_array() -> array Object as array.
Converts an object to array. @since 4.4.0 @return array Object as array. Defined in .../wp-includes/class-wp-term.php:220
- →public description -> string UTF-8(620) "<p>Hier sollen die Kinder selbst eine Sachsituation (Kaninchen im Gehege) so ver…"
<p>Hier sollen die Kinder selbst eine Sachsituation (Kaninchen im Gehege) so verändern, dass sie zu dem vorgegebenen Rechenterm passt. Anschließend legen die Kinder die Rechnung mit Material und berechnen den Term. Hierdurch sollen die Kinder die Abstraktionsleistung trainieren, dass zwei Kaninchen oben in der Sachsituation zwei gleichfarbigen Plättchen unten im Zehnerfeld und dem Symbol „2“ in der Rechnung entsprechen. Hierdurch wird die Verknüpfung der Ebenen gefördert, da die Kinder die Situation auf die konkrete Veränderung reduzieren, was ein inhaltliches Aufgabenverständnis mit sich bringt.</p>
- →public static get_instance($post_id) -> WP_Post|false Post object, false otherwise.
Retrieve WP_Post instance. @since 3.5.0 @global wpdb $wpdb WordPress database abstraction object. @param int $post_id Post ID. @return WP_Post|false Post object, false otherwise. Defined in .../wp-includes/class-wp-post.php:231
- →public __construct($post)
Constructor. @since 3.5.0 @param WP_Post|object $post Post object. Defined in .../wp-includes/class-wp-post.php:264
- →public __get($key) -> mixed
Getter. @since 3.5.0 @param string $key Key to get. @return mixed Defined in .../wp-includes/class-wp-post.php:306
- →public __isset($key) -> bool
Isset-er. @since 3.5.0 @param string $key Property to check if set. @return bool Defined in .../wp-includes/class-wp-post.php:278
- →public filter($filter) -> WP_Post
{@Missing Summary} @since 3.5.0 @param string $filter Filter. @return WP_Post Defined in .../wp-includes/class-wp-post.php:357
- →public to_array() -> array Object as array.
Convert object to array. @since 3.5.0 @return array Object as array. Defined in .../wp-includes/class-wp-post.php:376
- public practiseExternal -> boolFALSE
- →public __construct($id = NULL)
Defined in .../mb-games/inc/GamePage.php:24
- →public getAdditional()
Defined in .../mb-games/inc/GamePage.php:108
- →public getBook()
Defined in .../mb-games/inc/GamePage.php:80
- →public getId()
Defined in .../mb-games/inc/GamePage.php:49
- →public getMessage()
Defined in .../mb-games/inc/GamePage.php:71
- →public getPage()
Defined in .../mb-games/inc/GamePage.php:92
- →public getPageHasContent()
Defined in .../mb-games/inc/GamePage.php:64
- →public getPageNumber()
Defined in .../mb-games/inc/GamePage.php:88
- →public getPost()
Defined in .../mb-games/inc/GamePage.php:156
- →public getPractise()
Defined in .../mb-games/inc/GamePage.php:112
- →public getPractiseExternal()
Defined in .../mb-games/inc/GamePage.php:116
- →public getReviewVideos()
Defined in .../mb-games/inc/GamePage.php:57
- →public getSelectedBook()
Defined in .../mb-games/inc/GamePage.php:84
- →public getVideo()
Defined in .../mb-games/inc/GamePage.php:104
- →public getVideos()
Defined in .../mb-games/inc/GamePage.php:168
- →public getWorksheet()
Defined in .../mb-games/inc/GamePage.php:96
- →public getWorksheetGroup()
Defined in .../mb-games/inc/GamePage.php:100
- →public setAdditional($additional)
Defined in .../mb-games/inc/GamePage.php:152
- →public setBook($book)
Defined in .../mb-games/inc/GamePage.php:120
- →public setId($id)
Defined in .../mb-games/inc/GamePage.php:53
- →public setMessage($message)
Defined in .../mb-games/inc/GamePage.php:75
- →public setPage($page)
Defined in .../mb-games/inc/GamePage.php:132
- →public setPageHasContent($pageHasContent)
Defined in .../mb-games/inc/GamePage.php:67
- →public setPageNumber($pageNumber)
Defined in .../mb-games/inc/GamePage.php:128
- →public setPost($post)
Defined in .../mb-games/inc/GamePage.php:160
- →public setPractise($practise)
Defined in .../mb-games/inc/GamePage.php:164
- →public setPractiseExternal($external)
Defined in .../mb-games/inc/GamePage.php:144
- →public setReviewVideos($reviewVideos)
Defined in .../mb-games/inc/GamePage.php:60
- →public setSelectedBook($book)
Defined in .../mb-games/inc/GamePage.php:124
- →public setVideo($video)
Defined in .../mb-games/inc/GamePage.php:148
- →public setVideos($videos)
Defined in .../mb-games/inc/GamePage.php:172
- →public setWorksheet($worksheet)
Defined in .../mb-games/inc/GamePage.php:136
- →public setWorksheetGroup($worksheetGroup)
Defined in .../mb-games/inc/GamePage.php:140
- →private checkContent()
Defined in .../mb-games/inc/GamePage.php:422
- →private detectReviewSlug($slug)
Defined in .../mb-games/inc/GamePage.php:247
- →private loadAdditional()
Defined in .../mb-games/inc/GamePage.php:335
- →private loadBook()
Defined in .../mb-games/inc/GamePage.php:282
- →private loadBookPage()
Defined in .../mb-games/inc/GamePage.php:186
- →private loadPageNumber()
Defined in .../mb-games/inc/GamePage.php:302
- →private loadPost($postID)
Defined in .../mb-games/inc/GamePage.php:180
- →private loadPractise()
Defined in .../mb-games/inc/GamePage.php:395
- →private loadPractiseExternal()
Defined in .../mb-games/inc/GamePage.php:387
- →private loadReviewVideos()
Defined in .../mb-games/inc/GamePage.php:266
- →private loadVideo()
Defined in .../mb-games/inc/GamePage.php:206
- →private loadVideos()
Defined in .../mb-games/inc/GamePage.php:214
- →private loadWorksheet()
Defined in .../mb-games/inc/GamePage.php:359