Overview

Namespaces

  • rsanchez
    • Deep
      • App
        • EE
        • Laravel
          • Facade
      • Collection
      • Hydrator
      • Model
      • Plugin
      • Relations
      • Repository

Classes

  • Deep
  • Overview
  • Namespace
  • Class
  • Tree

Class Deep

IoC Container

Illuminate\Container\Container
Extended by rsanchez\Deep\Deep
Namespace: rsanchez\Deep
Located at Deep.php
Methods summary
public
# __construct( mixed $config = array() )

Constructor

Constructor

Build all the dependencies

Var

array $config an EE config array
public static
# bootEloquent( CI_Controller $ee )

Bootstrap the EE db connection with Eloquent, once

Bootstrap the EE db connection with Eloquent, once

Parameters

$ee
CI_Controller
$ee
public static
# bootEE( CI_Controller $ee )

Set Eloquent to use CodeIgniter's DB connection

Set Eloquent to use CodeIgniter's DB connection

Set Deep to use upload prefs from config.php, rather than from DB, if applicable.

public static
# extendInstance( string $abstract, Closure $closure )

Extend an abstract type in the global instance

Extend an abstract type in the global instance

Parameters

$abstract
string
$abstract
$closure
Closure
$closure
public static static
# getInstance( )

The static proxies Entries and Titles use this

The static proxies Entries and Titles use this

Returns

static
API documentation generated by ApiGen 2.8.0