return 'node_main';
}
}
-
-// [EOF]
-?>
} // END - for
}
}
-
-// [EOF]
-?>
// CFG: NEWS-HOME-LIMIT
$cfg->setConfigEntry('news_home_limit', 10);
-
-// [EOF]
-?>
$app->setAppName('Applikationsauswähler');
$app->setAppVersion('0.1a');
$app->setAppShortName($cfg->getConfigEntry('selector_name'));
-
-// [EOF]
-?>
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
-// [EOF]
-?>
assert_options(ASSERT_BAIL, 0);
assert_options(ASSERT_QUIET_EVAL, 0);
assert_options(ASSERT_CALLBACK, '__assertHandler');
-
-// [EOF]
-?>
// This application needs a database connection then we have to simply include
// the inc/database.php script
-require($cfg->getConfigEntry('base_path') . 'inc/database.php');
-
-// [EOF]
-?>
+require $cfg->getConfigEntry('base_path') . 'inc/database.php';
// Scan for application's classes, exceptions and interfaces
ClassLoader::scanApplicationClasses();
-
-// [EOF]
-?>
// Call user function
call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array());
-
-// [EOF]
-?>
// Unfinished method
}
}
-
-// [EOF]
-?>
// Add your code here
}
}
-
-// [EOF]
-?>
// Add your code here...
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('government_pays_startup_help_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('government_pays_training_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('payment_discovery_filter', array($this)));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
}
}
-
-// [EOF]
-?>
// Unfinished method
}
}
-
-// [EOF]
-?>
*/
public abstract function ifMoneyBankHasOpened ();
}
-
-// [EOF]
-?>
return $hasOpened;
}
}
-
-// [EOF]
-?>
unset($this->married);
}
}
-
-// [EOF]
-?>
return $this->currPart;
}
}
-
-// [EOF]
-?>
$this->makeDeprecated();
}
}
-
-// [EOF]
-?>
return $totalPrice;
}
}
-
-// [EOF]
-?>
$responseInstance->redirectToConfiguredUrl('app_login');
// Exit here
- exit();
+ exit;
} catch (FrameworkException $e) {
// Something went wrong here!
$responseInstance->addFatalMessage($e->getMessage());
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_guest_verifier_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('password_change_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName($filterName));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('birthday_register_verifier_filter'));
}
}
-
-// [EOF]
-?>
$responseInstance->redirectToConfiguredUrl('app_login');
// Exit here
- exit();
+ exit;
} catch (FrameworkException $e) {
// Something went wrong here!
$responseInstance->addFatalMessage($e->getMessage());
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_user_verifier_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
}
}
-
-// [EOF]
-?>
// Empty for now
}
}
-
-// [EOF]
-?>
// Empty for now
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_government_verifier_filter'));
}
}
-
-// [EOF]
-?>
$controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_refill_verifier_filter'));
}
}
-
-// [EOF]
-?>
$contractInstance->setMerchantInstance($merchantInstance);
}
}
-
-// [EOF]
-?>
parent::__construct(__CLASS__);
}
}
-
-// [EOF]
-?>
parent::__construct($className);
}
}
-
-// [EOF]
-?>
parent::__construct(__CLASS__);
}
}
-
-// [EOF]
-?>
$this->shipyardList->append(Shipyard::createShipyard($this, $shipyardName));
}
}
-
-// [EOF]
-?>
parent::__construct(__CLASS__);
}
}
-
-// [EOF]
-?>
return $result;
}
}
-
-// [EOF]
-?>
$responseInstance->redirectToConfiguredUrl('login_failed');
// Exit here
- exit();
+ exit;
}
// This request was valid! :-D
- $requestInstance->requestIsValid();
+ $requestInstance->setIsRequestValid(TRUE);
// Execute the command
$commandInstance->execute($requestInstance, $responseInstance);
$responseInstance->flushBuffer();
}
}
-
-// [EOF]
-?>
$responseInstance->redirectToConfiguredUrl('login_failed');
// Exit here
- exit();
+ exit;
}
// This request was valid! :-D
- $requestInstance->requestIsValid();
+ $requestInstance->setIsRequestValid(TRUE);
// Execute the command
$commandInstance->execute($requestInstance, $responseInstance);
$responseInstance->flushBuffer();
}
}
-
-// [EOF]
-?>
unset($this->price);
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
// Do some stuff here
}
}
-
-// [EOF]
-?>
$userInstance->bookAmountDirectly($requestInstance);
}
}
-
-// [EOF]
-?>
// Add something to do on every filter
}
}
-
-// [EOF]
-?>
// Now simply check for it
if ((!$userInstance instanceof ManageableMember) || ($userInstance->ifGovernmentPaysStartupHelp() === false)) {
// Request is invalid
- $requestInstance->requestIsValid(false);
+ $requestInstance->setIsRequestValid(FALSE);
// Redirect to configured URL
$responseInstance->redirectToConfiguredUrl('login_government_startup_failed');
// Stop processing here
- exit();
+ exit;
} // END - if
}
}
-
-// [EOF]
-?>
// Now simply check for it
if ((!$userInstance instanceof ManageableMember) || ($userInstance->ifGovernmentPaysTraining() === false)) {
// Request is invalid
- $requestInstance->requestIsValid(false);
+ $requestInstance->setIsRequestValid(FALSE);
// Redirect to configured URL
$responseInstance->redirectToConfiguredUrl('login_government_training_failed');
// Stop processing here
- exit();
+ exit;
} // END - if
}
}
-
-// [EOF]
-?>
// Is the configuration variable set?
if ($this->getConfigInstance()->getConfigEntry('refill_page_active') === "N") {
// Password is empty
- $requestInstance->requestIsValid(false);
+ $requestInstance->setIsRequestValid(FALSE);
// Add a message to the response
$responseInstance->addFatalMessage('refill_page_not_active');
} // END - if
}
}
-
-// [EOF]
-?>
// Are all required request fields set?
if (($requestInstance->isRequestElementSet('type') === false) || ($requestInstance->isRequestElementSet('amount') === false)) {
// Something important is missing
- $requestInstance->requestIsValid(false);
+ $requestInstance->setIsRequestValid(FALSE);
// Add a message to the response
$responseInstance->addFatalMessage('refill_page_required_fields_missing');
} // END - if
}
}
-
-// [EOF]
-?>
// Is the user account confirmed?
if ($userInstance->getField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) == $this->getConfigInstance()->getConfigEntry('user_status_guest')) {
// Request is invalid!
- $requestInstance->requestIsValid(false);
+ $requestInstance->setIsRequestValid(FALSE);
// Redirect to configured URL
$responseInstance->redirectToConfiguredUrl('login_user_status_guest');
// Stop processing here
- exit();
+ exit;
} // END - if
}
}
-
-// [EOF]
-?>
return $maximumPayed;
}
}
-
-// [EOF]
-?>
} // END - if
}
}
-
-// [EOF]
-?>
} // END - if
}
}
-
-// [EOF]
-?>
Registry::getRegistry()->addInstance('login', $loginInstance);
}
}
-
-//
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
return $menuInstance;
}
}
-
-// [EOF]
-?>
$this->partialStub();
}
}
-
-// [EOF]
-?>
public abstract function ifWithinOpeningTimes ();
}
-// [EOF]
-?>
unset($this->price);
}
}
-
-// [EOF]
-?>
return $roomInstance;
}
}
-
-// [EOF]
-?>
$this->makeDeprecated();
}
}
-
-// [EOF]
-?>
unset($this->employeeList);
}
}
-
-// [EOF]
-?>
$criteriaInstance->addCriteria('registered', date('Y-m-d H:i:s', time()));
}
}
-
-//
-?>
return $resolverInstance;
}
}
-
-// [EOF]
-?>
return $resolverInstance;
}
}
-
-// [EOF]
-?>
return $controllerInstance;
}
}
-
-// [EOF]
-?>
$this->numAnchor = (int) $numAnchor;
}
}
-
-// [EOF]
-?>
return $numBeds;
}
}
-
-// [EOF]
-?>
unset($this->price);
}
}
-
-// [EOF]
-?>
return ($this->isClass("BaseCabin"));
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return $cabinBeds;
}
}
-
-// [EOF]
-?>
return $this->numDecks;
}
}
-
-// [EOF]
-?>
parent::__construct($className);
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
parent::__construct($className);
}
}
-
-// [EOF]
-?>
return true;
}
}
-
-// [EOF]
-?>
return $hasOpened;
}
}
-
-// [EOF]
-?>
// No updates will be flushed to database!
}
}
-
-// [EOF]
-?>
$userInstance = new ShipSimuMember();
$userInstance->partialStub("We need to add more ways of creating user classes here.");
$userInstance->debugBackTrace();
- exit();
+ exit;
}
// Return the prepared instance
} // END - if
}
}
-
-// [EOF]
-?>
return $this->companyInstance;
}
}
-
-// [EOF]
-?>
$requestInstance->debugInstance();
}
}
-
-// [EOF]
-?>
// CFG: MONEYBANK-OPENING-CLASS
$cfg->setConfigEntry('moneybank_opening_class', 'MoneyBankRealtimeOpening');
-
-// [EOF]
-?>
//define('DEBUG_CONTRACT', true);
// Haendler debuggen
//define('DEBUG_MERCHANT', true);
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
class CabinShipMismatchException extends FrameworkException {
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
class DeckShipMismatchException extends FrameworkException {
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
class MotorShipMismatchException extends FrameworkException {
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
class RoomShipMismatchException extends FrameworkException {
}
-
-// [EOF]
-?>
*/
class ShipNotConstructedException extends FrameworkException {
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
class StructureShipMismatchException extends FrameworkException {
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
parent::__construct($message, $code);
}
}
-
-// [EOF]
-?>
*/
function bookAmountDirectly (Requestable $requestInstance);
}
-
-// [EOF]
-?>
*/
interface ConstructableShip extends FrameworkInterface {
}
-
-// [EOF]
-?>
*/
interface ConstructableShipPart extends FrameworkInterface {
}
-
-// [EOF]
-?>
*/
function isContractPartner (SignableContract $contractInstance);
}
-
-// [EOF]
-?>
*/
function withdrawFromContract (SignableContract $contractInstance);
}
-
-// [EOF]
-?>
*/
function decreaseSalary ($sub);
}
-
-// [EOF]
-?>
// Sign the contract
function signContract (ContractPartner $partnerInstance, ContractPartner $partyInstance);
}
-
-// [EOF]
-?>
\ No newline at end of file
*/
function isTradeable ();
}
-
-// [EOF]
-?>
-Subproject commit ad17ce1c5fe13f2290e74bec676f23e65c2e9100
+Subproject commit 262f905be8d6f9dc9fd02acc9505cb45ef2a53f6