App\Middleware\ABaseMiddleware::__construct PHP 메소드

__construct() 공개 메소드

container
public __construct ( Slim\Container $c )
$c Slim\Container
    public function __construct(Container $c)
    {
        $this->c = $c;
        // store the instance as a property
    }