Lines Matching +full:restore +full:- +full:keys
14 * This trait allows easy access to the context, and allows the end-user to
15 * override its settings for document fragments, and easily restore it again
18 * @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
26 * notation) as keys and PHP class names as values.
43 * common use-case for parsing XML documents, it's added here as a
71 * namespaceMap. After you're done, you can restore the old data again
78 $this->contextStack[] = [
79 $this->elementMap,
80 $this->contextUri,
81 $this->namespaceMap
87 * Restore the previous "context".
94 $this->elementMap,
95 $this->contextUri,
96 $this->namespaceMap
97 ) = array_pop($this->contextStack);