App\Controllers\Sites\BaseController::__construct PHP Method

__construct() public method

public __construct ( $container )
    public function __construct($container)
    {
        $this->view = $container->get('view');
        $this->csrf = $container->get('csrf');
        $this->flash = $container->get('flash');
        $this->router = $container->get('router');
        $this->c = $container;
        $this->addDataForView();
    }