namespace CoreFramework\Helper\Application;
// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
use CoreFramework\Object\BaseFrameworkSystem;
use CoreFramework\Registry\Registerable;
// Import framework stuff
use CoreFramework\Configuration\FrameworkConfiguration;
use CoreFramework\Generic\FrameworkInterface;
+use CoreFramework\Manager\ManageableApplication;
// Import SPL stuff
use \stdClass;
<?php
+// Own namespace
+namespace CoreFramework\Template\Xml;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A decorator for XML template engines which rewrites the XML for compacting
* it.
<?php
+// Own namespace
+namespace CoreFramework\Mailer\Debug;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A mailer class for debugging purposes only. This class will print the
* prepared mail out and will not send it to the recipient.
namespace CoreFramework\Output;
// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
use CoreFramework\Registry\Registerable;
/**
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Action;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A action resolver for local (non-hubbed) actions
*
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Command;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A command resolver for local (non-hubbed) web commands
*
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Command;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A command resolver for local (non-hubbed) HTML commands
*
// Return the prepared instance
return $resolverInstance;
}
-}
-// [EOF]
-?>
+}
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Command;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A command resolver for local (non-hubbed) image commands
*
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Controller;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A resolver for resolving controllers locally
*
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Controller;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A resolver for resolving controllers locally
*
<?php
+// Own namespace
+namespace CoreFramework\Resolver\Controller;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A resolver for resolving controllers locally
*
<?php
+// Own namespace
+namespace CoreFramework\Response;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A class for a console response aka output to console
*
<?php
+// Own namespace
+namespace CoreFramework\Response;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A class for an HTML response on an HTML request
*
<?php
+// Own namespace
+namespace CoreFramework\Response;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
/**
* A class for an image response on an HTTP request
*
namespace CoreFramework\TemplateEngine;
// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
use CoreFramework\Object\BaseFrameworkSystem;
/**
// Import framework stuff
use CoreFramework\Generic\FrameworkInterface;
+use CoreFramework\Manager\ManageableApplication;
/**
* An interface for template engines