Source for file ConfigAdapterXml.php
Documentation is available at ConfigAdapterXml.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 26: /**
- 27: * Reading and writing XML files.
- 28: *
- 32: */
- 34: {
- 36: /**
- 37: * Static class - cannot be instantiated.
- 38: */
- 40: {
- 42: }
- 46: /**
- 47: * Reads configuration from XML file.
- 51: */
- 53: {
- 58: }
- 64: // $data[$child] = $secData;
- 65: }
- 66: }
- 69: }
- 73: /**
- 74: * Write XML file.
- 78: */
- 80: {
- 82: }
- 84: }