]> git.mxchange.org Git - core.git/commit - inc/classes/main/stacker/class_BaseStacker.php
Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
authorRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2009 21:37:13 +0000 (21:37 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2009 21:37:13 +0000 (21:37 +0000)
commitc3106ae537f1d46274988826a070632a439e2c49
tree885755c5b8f81b45baae989657131b6627c8923a
parent2bbc4c05715b972401e3a13a2a085821c75ad371
Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon) added, some minor rewrites for better Doxygen parsing
62 files changed:
.gitattributes
inc/classes/exceptions/stacker/.htaccess [new file with mode: 0644]
inc/classes/exceptions/stacker/class_AlreadyInitializedStackerException.php [new file with mode: 0644]
inc/classes/exceptions/stacker/class_EmptyStackerException.php [new file with mode: 0644]
inc/classes/exceptions/stacker/class_FullStackerException.php [new file with mode: 0644]
inc/classes/exceptions/stacker/class_NoStackerException.php [new file with mode: 0644]
inc/classes/interfaces/actions/class_PerformableAction.php
inc/classes/interfaces/actions/commands/class_Commandable.php
inc/classes/interfaces/auth/class_Authorizeable.php
inc/classes/interfaces/captcha/class_SolveableCaptcha.php
inc/classes/interfaces/class_
inc/classes/interfaces/class_FrameworkInterface.php
inc/classes/interfaces/controller/class_Controller.php
inc/classes/interfaces/criteria/class_Criteria.php
inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php
inc/classes/interfaces/criteria/extended/class_LocalUpdateCriteria.php
inc/classes/interfaces/database/class_Updateable.php
inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php
inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php
inc/classes/interfaces/debug/class_Debugger.php
inc/classes/interfaces/discovery/class_Discoverable.php
inc/classes/interfaces/filter/class_Filterable.php
inc/classes/interfaces/helper/class_HelpableLogin.php
inc/classes/interfaces/helper/class_HelpableTemplate.php
inc/classes/interfaces/io/class_Streamable.php
inc/classes/interfaces/io/file/class_FileInputStreamer.php
inc/classes/interfaces/io/file/class_FileOutputStreamer.php
inc/classes/interfaces/io/output/class_OutputStreamer.php
inc/classes/interfaces/language/class_ManageableLanguage.php
inc/classes/interfaces/login/class_LoginableUser.php
inc/classes/interfaces/mailer/class_DeliverableMail.php
inc/classes/interfaces/parser/class_Parseable.php
inc/classes/interfaces/points/class_BookablePoints.php
inc/classes/interfaces/reader/class_ReadableNews.php
inc/classes/interfaces/registration/class_UserRegister.php
inc/classes/interfaces/request/class_Requestable.php
inc/classes/interfaces/resolver/actions/class_ActionResolver.php
inc/classes/interfaces/resolver/class_Resolver.php
inc/classes/interfaces/resolver/commands/class_CommandResolver.php
inc/classes/interfaces/resolver/controller/class_ControllerResolver.php
inc/classes/interfaces/resolver/state/class_StateResolver.php
inc/classes/interfaces/response/class_Responseable.php
inc/classes/interfaces/stacker/.htaccess [new file with mode: 0644]
inc/classes/interfaces/stacker/class_Stackable.php [new file with mode: 0644]
inc/classes/interfaces/state/class_Stateable.php
inc/classes/interfaces/streams/class_Streamable.php
inc/classes/interfaces/streams/crypto/class_EncryptableStream.php
inc/classes/interfaces/template/class_CompileableTemplate.php
inc/classes/interfaces/user/class_ManageableAccount.php
inc/classes/interfaces/user/extended/class_ManageableGuest.php
inc/classes/interfaces/user/extended/class_ManageableMember.php
inc/classes/main/class_
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/stacker/.htaccess [new file with mode: 0644]
inc/classes/main/stacker/class_ [new file with mode: 0644]
inc/classes/main/stacker/class_BaseStacker.php [new file with mode: 0644]
inc/classes/main/stacker/fifo/.htaccess [new file with mode: 0644]
inc/classes/main/stacker/fifo/class_FiFoStacker.php [new file with mode: 0644]
inc/classes/main/stacker/filo/.htaccess [new file with mode: 0644]
inc/classes/main/stacker/filo/class_FiLoStacker.php [new file with mode: 0644]
inc/classes/main/template/menu/class_MenuTemplateEngine.php
inc/config.php