use CoreFramework\Generic\FrameworkInterface;
use CoreFramework\Loader\ClassLoader;
use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Registry\Register;
use CoreFramework\Template\CompileableTemplate;
// Import SPL stuff
// Generic pre-post command execution
$this->executeGenericPrePostCommand($requestInstance, $responseInstance);
}
-}
-// [EOF]
-?>
+}
<?php
+// Own namespace
+namespace CoreFramework\Database\Wrapper;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+
/**
* A database wrapper for news classes
*
// Return the instance
return $wrapperInstance;
}
-}
-// [EOF]
-?>
+}
// "Update" this request with the database
$this->getDatabaseInstance()->queryUpdateDataSet($dataSetInstance);
}
-}
-// [EOF]
-?>
+}
// "Update" this request with the database
$this->getDatabaseInstance()->queryUpdateDataSet($dataSetInstance);
}
-}
-// [EOF]
-?>
+}
namespace CoreFramework\Filter\Chain;
// Import framework stuff
+use use CoreFramework\Registry\Registerable;
use CoreFramework\Object\BaseFrameworkSystem;
/**
<?php
+// Own namespace
+namespace CoreFramework\Wrapper\Fuse;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+
/**
* A class for binding to the FUSE wrapper. This class requires the PHP
* extension fuse.dll/so being added to your setup. If you want to use this
return -FUSE_ENOERR;
}
-}
-// [EOF]
-?>
+}
//* DEBUG: */ print __METHOD__.": form=".$this->getFormName().", size=".strlen($this->renderContent())."<br />\n";
$this->getTemplateInstance()->assignVariable($this->getFormName(), $this->renderContent());
}
-}
-// [EOF]
-?>
+}
public function searchNextGap ($length) {
$this->partialStub('length=' . $length);
}
-}
-// [EOF]
-?>
+}
public function size () {
throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
}
-}
-// [EOF]
-?>
+}
// Import framework stuff
use CoreFramework\Registry\BaseRegistry;
+use CoreFramework\Registry\Register;
/**
* A registry for several data types and objects. Objects should be added by
// Import framework stuff
use CoreFramework\Registry\BaseRegistry;
+use CoreFramework\Registry\Register;
/**
* A Sub registry
// Call the iterator instance
return $this->getIteratorInstance()->size();
}
-}
-// [EOF]
-?>
+}
* @return void
*/
function doUpdateByResult (UpdateableResult $resultInstance);
-}
-// [EOF]
-?>
+}
<?php
+// Own namespace
+namespace CoreFramework\Registry\Socket;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+
/**
* A class for registerable socket classes
*
* @return $infoInstance An instance of a ShareableInfo class
*/
function getInfoInstanceFromPackageData (array $packageData);
-}
-// [EOF]
-?>
+}