UserFrosting API

SimpleController

SimpleController Class.

Basic controller class, that imports the entire DI container for easy access to services. Your controller classes may extend this controller class.

Tags
author

Alex Weissman (https://alexanderweissman.com)

see
http://www.userfrosting.com/navigating/#structure

Table of Contents

$ci ContainerInterface
__construct() Constructor. mixed

Properties

Methods

__construct()

Constructor.

public __construct( $ci : ContainerInterface ) : mixed
Parameters
$ci : ContainerInterface

The global container object, which holds all your services.

Return values
mixed

Search results