From 191f98371fa5fed82ab54c718a9b657e59852984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Barn=C3=A5?= Date: Sun, 15 Apr 2018 16:56:06 +0200 Subject: [PATCH] kmom02/uppgift3 first commit --- README.md | 4 + composer.json | 5 +- content/gissa.md | 9 + doc/api/classes/Anax.App.App.html | 108 +- doc/api/classes/Anax.App.AppDI.html | 108 +- doc/api/classes/Anax.App.AppDIMagic.html | 108 +- .../Anax.Common.AppInjectableInterface.html | 108 +- .../Anax.Common.AppInjectableTrait.html | 108 +- .../Anax.Common.ConfigurationException.html | 108 +- .../Anax.Common.ConfigureInterface.html | 108 +- .../classes/Anax.Common.ConfigureTrait.html | 108 +- .../Anax.Configure.Configure2Trait.html | 108 +- .../Anax.Configure.ConfigureInterface.html | 108 +- .../Anax.Configure.ConfigureTrait.html | 108 +- doc/api/classes/Anax.Configure.Exception.html | 108 +- doc/api/classes/Anax.DI.DI.html | 108 +- doc/api/classes/Anax.DI.DIFactoryConfig.html | 108 +- .../classes/Anax.DI.DIFactoryConfigMagic.html | 108 +- doc/api/classes/Anax.DI.DIFactoryDefault.html | 108 +- doc/api/classes/Anax.DI.DIFactoryTest.html | 108 +- doc/api/classes/Anax.DI.DIInterface.html | 108 +- doc/api/classes/Anax.DI.DIMagicTrait.html | 108 +- .../Anax.DI.DIServiceSetBaseTrait.html | 108 +- ...nax.DI.Exception.DIExceptionInterface.html | 108 +- .../classes/Anax.DI.Exception.Exception.html | 108 +- .../Anax.DI.Exception.NotFoundException.html | 108 +- ....Exception.NotFoundExceptionInterface.html | 108 +- .../Anax.DI.InjectionAwareInterface.html | 108 +- .../classes/Anax.DI.InjectionAwareTrait.html | 108 +- .../classes/Anax.DI.InjectionMagicTrait.html | 108 +- .../classes/Anax.Page.DebugController.html | 108 +- .../classes/Anax.Page.ErrorController.html | 121 +- .../Anax.Page.FlatFileContentController.html | 112 +- doc/api/classes/Anax.Page.Page.html | 108 +- doc/api/classes/Anax.Page.PageRender.html | 108 +- .../Anax.Page.PageRenderInterface.html | 108 +- doc/api/classes/Anax.Request.Request.html | 108 +- doc/api/classes/Anax.Response.Exception.html | 108 +- doc/api/classes/Anax.Response.Response.html | 108 +- .../Anax.Response.ResponseUtility.html | 108 +- ...oute.Exception.ConfigurationException.html | 108 +- ...ax.Route.Exception.ForbiddenException.html | 108 +- ...oute.Exception.InternalErrorException.html | 108 +- ...nax.Route.Exception.NotFoundException.html | 108 +- doc/api/classes/Anax.Route.Route.html | 108 +- doc/api/classes/Anax.Route.Router.html | 108 +- .../classes/Anax.Route.RouterInjectable.html | 108 +- doc/api/classes/Anax.Session.Session.html | 108 +- .../Anax.Session.SessionConfigurable.html | 108 +- .../Anax.Session.SessionInterface.html | 108 +- .../classes/Anax.TextFilter.Exception.html | 108 +- .../classes/Anax.TextFilter.TShortcode.html | 108 +- .../Anax.TextFilter.TTextUtilities.html | 108 +- .../classes/Anax.TextFilter.TextFilter.html | 108 +- doc/api/classes/Anax.Url.Exception.html | 108 +- doc/api/classes/Anax.Url.Url.html | 108 +- doc/api/classes/Anax.View.Exception.html | 108 +- doc/api/classes/Anax.View.View.html | 108 +- doc/api/classes/Anax.View.View2.html | 108 +- doc/api/classes/Anax.View.ViewCollection.html | 108 +- doc/api/classes/Anax.View.ViewContainer.html | 108 +- .../classes/Anax.View.ViewHelperTrait.html | 108 +- doc/api/classes/Anax.View.ViewRenderFile.html | 108 +- .../classes/Anax.View.ViewRenderFile2.html | 108 +- .../Anax.View.ViewRenderFileInterface.html | 108 +- doc/api/classes/Thba17.Guess.Guess.html | 945 ++++++++++++++ .../classes/Thba17.Guess.GuessException.html | 671 ++++++++++ doc/api/files/src.Guess.Guess.html | 620 +++++++++ doc/api/files/src.Guess.GuessException.html | 620 +++++++++ doc/api/files/src.Page.DebugController.html | 108 +- doc/api/files/src.Page.ErrorController.html | 108 +- .../src.Page.FlatFileContentController.html | 108 +- doc/api/files/src.Page.Page.html | 108 +- doc/api/files/src.route.app.html | 108 +- doc/api/files/src.route.gissa.html | 613 +++++++++ doc/api/files/src/Guess/Guess.php.txt | 125 ++ .../files/src/Guess/GuessException.php.txt | 10 + doc/api/files/src/Page/Page.php.txt | 6 +- doc/api/files/src/route/gissa.php.txt | 131 ++ .../files/vendor.anax.common.src.App.App.html | 108 +- ...mon.src.Common.AppInjectableInterface.html | 108 +- ....common.src.Common.AppInjectableTrait.html | 108 +- ...mon.src.Common.ConfigurationException.html | 108 +- ....common.src.Common.ConfigureInterface.html | 108 +- ...anax.common.src.Common.ConfigureTrait.html | 108 +- .../vendor.anax.common.src.functions.html | 108 +- ...nfigure.src.Configure.Configure2Trait.html | 108 +- ...gure.src.Configure.ConfigureInterface.html | 108 +- ...onfigure.src.Configure.ConfigureTrait.html | 108 +- ...nax.configure.src.Configure.Exception.html | 108 +- doc/api/files/vendor.anax.di.src.App.App.html | 108 +- .../files/vendor.anax.di.src.App.AppDI.html | 108 +- .../vendor.anax.di.src.App.AppDIMagic.html | 108 +- doc/api/files/vendor.anax.di.src.DI.DI.html | 108 +- ...vendor.anax.di.src.DI.DIFactoryConfig.html | 108 +- ...r.anax.di.src.DI.DIFactoryConfigMagic.html | 108 +- ...endor.anax.di.src.DI.DIFactoryDefault.html | 108 +- .../vendor.anax.di.src.DI.DIFactoryTest.html | 108 +- .../vendor.anax.di.src.DI.DIInterface.html | 108 +- .../vendor.anax.di.src.DI.DIMagicTrait.html | 108 +- ....anax.di.src.DI.DIServiceSetBaseTrait.html | 108 +- ...src.DI.Exception.DIExceptionInterface.html | 108 +- ...or.anax.di.src.DI.Exception.Exception.html | 108 +- ...di.src.DI.Exception.NotFoundException.html | 108 +- ....Exception.NotFoundExceptionInterface.html | 108 +- ...nax.di.src.DI.InjectionAwareInterface.html | 108 +- ...or.anax.di.src.DI.InjectionAwareTrait.html | 108 +- ...or.anax.di.src.DI.InjectionMagicTrait.html | 108 +- ...or.anax.page.src.Page.DebugController.html | 108 +- ...or.anax.page.src.Page.ErrorController.html | 108 +- ...ge.src.Page.FlatFileContentController.html | 108 +- .../vendor.anax.page.src.Page.PageRender.html | 108 +- ...nax.page.src.Page.PageRenderInterface.html | 108 +- ...ndor.anax.request.src.Request.Request.html | 108 +- ....anax.response.src.Response.Exception.html | 108 +- ...r.anax.response.src.Response.Response.html | 108 +- ...response.src.Response.ResponseUtility.html | 108 +- ...oute.Exception.ConfigurationException.html | 108 +- ...rc.Route.Exception.ForbiddenException.html | 108 +- ...oute.Exception.InternalErrorException.html | 108 +- ...src.Route.Exception.NotFoundException.html | 108 +- .../vendor.anax.router.src.Route.Route.html | 108 +- .../vendor.anax.router.src.Route.Router.html | 108 +- ...nax.router.src.Route.RouterInjectable.html | 108 +- ...ndor.anax.session.src.Session.Session.html | 108 +- ...ssion.src.Session.SessionConfigurable.html | 108 +- ....session.src.Session.SessionInterface.html | 108 +- ...x.textfilter.src.TextFilter.Exception.html | 108 +- ....textfilter.src.TextFilter.TShortcode.html | 108 +- ...tfilter.src.TextFilter.TTextUtilities.html | 108 +- ....textfilter.src.TextFilter.TextFilter.html | 108 +- .../vendor.anax.url.src.Url.Exception.html | 108 +- .../files/vendor.anax.url.src.Url.Url.html | 108 +- .../vendor.anax.view.src.View.Exception.html | 108 +- .../files/vendor.anax.view.src.View.View.html | 108 +- .../vendor.anax.view.src.View.View2.html | 108 +- ...dor.anax.view.src.View.ViewCollection.html | 108 +- ...ndor.anax.view.src.View.ViewContainer.html | 108 +- ...nax.view.src.View.ViewHelperFunctions.html | 108 +- ...or.anax.view.src.View.ViewHelperTrait.html | 108 +- ...dor.anax.view.src.View.ViewRenderFile.html | 108 +- ...or.anax.view.src.View.ViewRenderFile2.html | 108 +- ...view.src.View.ViewRenderFileInterface.html | 108 +- doc/api/graphs/class.html | 8 +- doc/api/index.html | 111 +- doc/api/namespaces/Anax.App.html | 108 +- doc/api/namespaces/Anax.Common.html | 108 +- doc/api/namespaces/Anax.Configure.html | 108 +- doc/api/namespaces/Anax.DI.Exception.html | 108 +- doc/api/namespaces/Anax.DI.html | 108 +- doc/api/namespaces/Anax.Page.html | 108 +- doc/api/namespaces/Anax.Request.html | 108 +- doc/api/namespaces/Anax.Response.html | 108 +- doc/api/namespaces/Anax.Route.Exception.html | 108 +- doc/api/namespaces/Anax.Route.html | 108 +- doc/api/namespaces/Anax.Session.html | 108 +- doc/api/namespaces/Anax.TextFilter.html | 108 +- doc/api/namespaces/Anax.Url.html | 108 +- doc/api/namespaces/Anax.View.html | 108 +- doc/api/namespaces/Anax.html | 108 +- doc/api/namespaces/Thba17.Guess.html | 563 ++++++++ doc/api/namespaces/Thba17.html | 556 ++++++++ doc/api/namespaces/default.html | 111 +- ...-file_662525baa46785172d2abf4d7f2cfadc.dat | Bin 0 -> 4744 bytes ...-file_2872ec88cf6ff4335cf99415259dc20a.dat | Bin 0 -> 3201 bytes ...-file_1e4f2216102ddc42ebd55f7ab389d1b2.dat | Bin 8403 -> 8790 bytes ...-file_0fda80632fb6e4fd0c0ef523b8b2e33a.dat | Bin 0 -> 20556 bytes doc/api/reports/deprecated.html | 8 +- doc/api/reports/errors.html | 1128 +++++++++-------- doc/api/reports/markers.html | 16 +- htdocs/guess/autoload.php | 12 + htdocs/guess/config-sessionStart.php | 7 + htdocs/guess/config.php | 26 + htdocs/guess/incl/footer.php | 31 + htdocs/guess/incl/header.php | 9 + htdocs/guess/index-get-inside.php | 37 + htdocs/guess/index-get.php | 37 + htdocs/guess/index-post.php | 37 + htdocs/guess/index-session.php | 41 + htdocs/guess/index-testGame.php | 14 + htdocs/guess/src/Guess.php | 118 ++ htdocs/guess/src/GuessException.php | 7 + htdocs/guess/view/game-get.php | 35 + htdocs/guess/view/game-post.php | 35 + htdocs/guess/view/game-session.php | 35 + htdocs/index.php | 3 + src/Guess/Guess.php | 124 ++ src/Guess/GuessException.php | 9 + src/Page/Page.php | 5 +- src/route/gissa.php | 130 ++ view/guess/get.php | 34 + view/guess/post.php | 34 + view/guess/session.php | 36 + view/navbar/oophp/default.php | 1 + 194 files changed, 17170 insertions(+), 5732 deletions(-) create mode 100644 content/gissa.md create mode 100644 doc/api/classes/Thba17.Guess.Guess.html create mode 100644 doc/api/classes/Thba17.Guess.GuessException.html create mode 100644 doc/api/files/src.Guess.Guess.html create mode 100644 doc/api/files/src.Guess.GuessException.html create mode 100644 doc/api/files/src.route.gissa.html create mode 100644 doc/api/files/src/Guess/Guess.php.txt create mode 100644 doc/api/files/src/Guess/GuessException.php.txt create mode 100644 doc/api/files/src/route/gissa.php.txt create mode 100644 doc/api/namespaces/Thba17.Guess.html create mode 100644 doc/api/namespaces/Thba17.html create mode 100644 doc/api/phpdoc-cache-19/phpdoc-cache-file_662525baa46785172d2abf4d7f2cfadc.dat create mode 100644 doc/api/phpdoc-cache-49/phpdoc-cache-file_2872ec88cf6ff4335cf99415259dc20a.dat create mode 100644 doc/api/phpdoc-cache-c3/phpdoc-cache-file_0fda80632fb6e4fd0c0ef523b8b2e33a.dat create mode 100644 htdocs/guess/autoload.php create mode 100644 htdocs/guess/config-sessionStart.php create mode 100644 htdocs/guess/config.php create mode 100644 htdocs/guess/incl/footer.php create mode 100644 htdocs/guess/incl/header.php create mode 100644 htdocs/guess/index-get-inside.php create mode 100644 htdocs/guess/index-get.php create mode 100644 htdocs/guess/index-post.php create mode 100644 htdocs/guess/index-session.php create mode 100644 htdocs/guess/index-testGame.php create mode 100644 htdocs/guess/src/Guess.php create mode 100644 htdocs/guess/src/GuessException.php create mode 100644 htdocs/guess/view/game-get.php create mode 100644 htdocs/guess/view/game-post.php create mode 100644 htdocs/guess/view/game-session.php create mode 100644 src/Guess/Guess.php create mode 100644 src/Guess/GuessException.php create mode 100644 src/route/gissa.php create mode 100644 view/guess/get.php create mode 100644 view/guess/post.php create mode 100644 view/guess/session.php diff --git a/README.md b/README.md index 72ed619..e57de43 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ My redovisa in oophp This is a project repo for course oophp at BTH (bth.se). Author: thba17 +v2.0.2 +2018-04-13 Added GET, POST and SESSION versions of the Guess game + Built new documentation including Guess game + v2.0.1 2018-04-09 Moved bootstrap stylesheet to Page.php Added phpDocumentor diff --git a/composer.json b/composer.json index 249c3f7..d7d9835 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "symfony/yaml": "^3.3" }, "autoload": { - "psr-4": {"Anax\\": "src/"} + "psr-4": { + "Anax\\": "src/", + "Thba17\\": "src/" + } } } diff --git a/content/gissa.md b/content/gissa.md new file mode 100644 index 0000000..839a975 --- /dev/null +++ b/content/gissa.md @@ -0,0 +1,9 @@ +Gissa +=========================== + +Gissa mitt nummer. + +* [Gissa GET (utanför ramverket)](guess) +* [Gissa GET (inanför ramverket)](gissa/get) +* [Gissa POST (inanför ramverket)](gissa/post) +* [Gissa SESSION (inanför ramverket)](gissa/session) diff --git a/doc/api/classes/Anax.App.App.html b/doc/api/classes/Anax.App.App.html index 9a3c70d..c59444c 100644 --- a/doc/api/classes/Anax.App.App.html +++ b/doc/api/classes/Anax.App.App.html @@ -93,6 +93,7 @@