Skip to content

Commit

Permalink
update php docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 9, 2021
1 parent 2e1917c commit 9802a5c
Show file tree
Hide file tree
Showing 690 changed files with 1,362 additions and 1,362 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/Installer.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -30,7 +30,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Installer
{
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/Instruction/ProviderClass.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -28,7 +28,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class ProviderClass extends InstructionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/InstructionAbstract.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -26,7 +26,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
abstract class InstructionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/InstructionParser.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -29,7 +29,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class InstructionParser
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/Action/GetWhoami.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class GetWhoami extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/Action/Revoke.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -37,7 +37,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Revoke extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/Authorization.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -26,7 +26,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Authorization
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/AuthorizationCode.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class AuthorizationCode extends AuthorizationCodeAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/ClientCredentials.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -36,7 +36,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class ClientCredentials extends ClientCredentialsAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/Password.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -35,7 +35,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Password extends PasswordAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/ProtectionTrait.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -29,7 +29,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
trait ProtectionTrait
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/RefreshToken.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -33,7 +33,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class RefreshToken extends RefreshTokenAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/Token.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -28,7 +28,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Token extends TokenAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/TokenGenerator.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -28,7 +28,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class TokenGenerator
{
Expand Down
4 changes: 2 additions & 2 deletions src/Authorization/UserContext.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand All @@ -28,7 +28,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class UserContext
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Account/ChangePassword.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class ChangePassword extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Account/Get.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Get extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Account/Update.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Update extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Action/Async.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -32,7 +32,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Async extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Action/Create.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Create extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Action/Delete.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -33,7 +33,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Delete extends ActionAbstract
{
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/Action/Action/Execute.php
Expand Up @@ -3,7 +3,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
* Copyright (C) 2015-2021 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -35,7 +35,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
* @link https://www.fusio-project.org
*/
class Execute extends ActionAbstract
{
Expand Down

0 comments on commit 9802a5c

Please sign in to comment.