File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/wp-all-export-pro/src/Controller/BaseController.php
Back
<?php namespace Wpae\Controller; use Wpae\Di\WpaeDi; use Wpae\Security\AccessControl; abstract class BaseController { /** @var WpaeDi */ private $container; public function __construct(WpaeDi $container) { $this->container = $container; } protected function getContainer() { return $this->container; } /** * //TODO: Add in container * @return AccessControl */ public function getAccessControl() { return new AccessControl(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings