whoami7 - Manager
:
/
home
/
rattkxnv
/
fitwithiit.com
/
wp-content
/
plugins
/
web-stories
/
includes
/
Infrastructure
/
Upload File:
files >> //home/rattkxnv/fitwithiit.com/wp-content/plugins/web-stories/includes/Infrastructure/Service.php
<?php /** * Interface Service. * * @link https://www.mwpd.io/ * * @copyright 2019 Alain Schlesser * @license MIT */ /** * Original code modified for this project. * * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 */ declare(strict_types = 1); namespace Google\Web_Stories\Infrastructure; /** * A conceptual service. * * Splitting the logic up into independent services makes the approach of * assembling a plugin more systematic and scalable and lowers the cognitive * load when the code base increases in size. * * @internal * * @since 1.6.0 */ interface Service { }
Copyright ©2021 || Defacer Indonesia