S@XQ@@@S@@e{@`R~@{@0{@YQXQ@@lUXQ@@S@s@pp{@hГ@@{yp{@xuESr@3L8#`Ք2VLX!VR]i2V@|>i2V0}>`2V@hmid.next-cl Y{@s/dav/lib/Cah@i2V@>i2V0>`2V?/** * Deleted the current node * * @throws Forbidden */:/** @noinspection PhpMissingParentConstructorInspection */B/** * @throws PreConditionNotMetException * @since 24.0.0 */E/** * Support reactions * * @return bool * @since 24.0.0 */.2<IDs must be translatable to a number in this implementation.Eq8ϝ>Actor, Object and Verb information must be provided for saving>/** * @param string[] $classes * @return Collection[] */;/** * Server container * * @var IServerContainer */ $t# .0`67stantiatedF/** * Load the Comments app into the page * * @since 21.0.0 */yuAThe given entity does not implement the ICommentsEntity interface@2VKu@2VO* s@XQ@Q@t@0r@W+pǚ@Pp{@s@@[+`v@Pu@F/** * Load the Comments app into the page * * @since 21.0.0 */QT>This search operation requires the user to be set in the query0rE8}@xJ@@s@(@ps@~@@s@(@ps@~@sE8}@xJ@gx@s@ G@>@Xw@@`@xJ@J@@$@?@E/** * Support reactions * * @return bool * @since 24.0.0 */ h#XQ@@`2VQ@@XQ@h#Q@`2Vps@~@ h#XQ@`2VQ@ h#s.`2Vh#T-`2VT-@P{@XQ@+h @0r@t@s@pǚ@pp{@`v@Pu@Could no.h\QueryO.@@#X s@@`2Vs@ g^BA, only values in the format "mime/type" or "mime/%" are supportedX[@}@wEyF}@X[@}@(”@}@yF}@^B(”@}@8'VF}@X[@}@s@(*V@ay. * - when it has no URL or text. * * @param array $breadcrumb The breadcrumb to test. * * @return bool `true` if the breadcrumb is broken. */ private function is_broken( $breadcrumb ) { // A breadcrumb is broken if it is not an array. if ( ! \is_array( $breadcrumb ) ) { return true; } // A breadcrumb is broken if it does not contain a URL or text. if ( ! \array_key_exists( 'url', $breadcrumb ) || ! \array_key_exists( 'text', $breadcrumb ) ) { return true; } return false; } /** * Checks whether the breadcrumb is not set to be hidden. * * @param array $breadcrumb The breadcrumb array. * * @return bool If the breadcrumb should not be hidden. */ private function not_hidden( $breadcrumb ) { return empty( $breadcrumb['hide_in_schema'] ); } /** * Checks whether the breadcrumb has a not empty text. * * @param array $breadcrumb The breadcrumb array. * * @return bool If the breadcrumb has a not empty text. */ private function not_empty_text( $breadcrumb ) { return ! empty( $breadcrumb['text'] ); } }