* [MOD] Improved bootstrapping. Work in progress.

This commit is contained in:
nuxsmin
2018-02-09 14:02:27 +01:00
committed by Rubén Domínguez
parent 2cbaed9965
commit e4d1917616
19 changed files with 1023 additions and 787 deletions

View File

@@ -24,6 +24,8 @@
namespace SP\Storage;
use SP\Core\Exceptions\FileNotFoundException;
/**
* Interface StorageInterface
*
@@ -35,6 +37,7 @@ interface XmlFileStorageInterface
* @param string $node
*
* @return XmlFileStorageInterface
* @throws FileNotFoundException
*/
public function load($node = '');