Mellow Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Mellow Contrast
* Mellow.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Legacy
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Legacy
* Aurélien Thieriot wasn't happy with just one theme, here's Tron Legacy!
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Slime Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Slime Contrast
* Slime.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Peacock
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Peacock
* Dayle's peacock sublime theme.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Earthsong Light
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Earthsong Light
* Nothing to do with Michael Jackson.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Zacks Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Zacks Contrast
* Dayle's zacks theme.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Laravel Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Laravel Contrast
* Laravel.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Glowfish Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Glowfish Contrast
* Glowfish.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Halflife
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Halflife
* Halflife.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Mud
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Mud
* Mud.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Keen
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Keen
* Keen.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Patriot Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Patriot Contrast
* Patriot.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Glowfish
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Glowfish
* Glowfish.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Tribal
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Tribal
* Tribal.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Peel
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Peel
* Peel
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
FreshCut Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: FreshCut Contrast
* Freshcut.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Earthsong Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Earthsong Contrast
* Nothing to do with Michael Jackson.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Gloom
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Gloom
* Gloom.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Yule
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Yule
* Yule.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Darkside Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Darkside Contrast
* Darkside Contrast.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Mintchoc
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Mintchoc
* Mintchoc.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Potpourri
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Potpourri
* Potpourri.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Juicy
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Juicy
* Juicy.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Snappy Light
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Snappy Light
* Snappy Light.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Goldfish Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Goldfish Contrast
* Goldfish.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Kiwi
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Kiwi
* Kiwi
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Spearmint
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Spearmint
* Spearmint.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Mud Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Mud Contrast
* Mud.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Earthsong
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Earthsong
* Nothing to do with Michael Jackson.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Revelation Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Revelation Contrast
* Revelation.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Github
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Github
* Github.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Turnip Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Turnip Contrast
* Mmm taste them turnips.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Iceberg
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Iceberg
* Iceberg.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Zacks
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Zacks
* Dayle's zacks theme.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Snappy
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Snappy
* Snappy.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Slate
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Slate
* Slate.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Shrek
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Shrek
* Shrek.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Patriot
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Patriot
* Patriot.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Chocolate
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Chocolate
* Chocolate.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Peacock Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Peacock Contrast
* Dayle's peacock sublime theme.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Super
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Super
* Super.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Peacocks In Space
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Peacocks In Space
* Peacocks In Space
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Lavender Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Lavender Contrast
* Lavender.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Arstotzka
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Arstotzka
* Arstotzka
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Slime
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Slime
* Slime.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Sourlick Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Sourlick Contrast
* Sourlick.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Rainbow
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Rainbow
* Rainbow
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Goldfish
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Goldfish
* Goldfish.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Snappy Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Snappy Contrast
* Snappy.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Revelation
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Revelation
* Revelation.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Frontier Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Frontier Contrast
* Frontier.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Stark Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Stark Contrast
* Stark.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Darkside
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Darkside
* Darkside.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Solarflare Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Solarflare Contrast
* Solarflare
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Frontier
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Frontier
* Frontier.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Tonic
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Tonic
* Tonic.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Pastel
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Pastel
* Pastel.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Potpourri Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Potpourri Contrast
* Potpourri.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Tron
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Tron
* Tron.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Grunge
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Grunge
* Grunge.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Bold
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Bold
* Bold.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Keen Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Keen Contrast
* Keen.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Crisp
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Crisp
* Crisp.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Otakon
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Otakon
* Otakon.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Carbonight
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Carbonight
* Carbonight.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
FreshCut
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: FreshCut
* Freshcut.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Juicy Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Juicy Contrast
* Juicy.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Box UK
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Box UK
* Box UK.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Grunge Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Grunge Contrast
* Grunge.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Mellow
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Mellow
* Mellow.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Halflife Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Halflife Contrast
* Halflife.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Hyrule Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Hyrule Contrast
* Hyrule.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Iceberg Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Iceberg Contrast
* Iceberg.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Piggy
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Piggy
* Piggy
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Hyrule
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Hyrule
* Hyrule.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Sourlick
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Sourlick
* Sourlick.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Laravel
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Laravel
* Laravel.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Azure
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Azure
* Azure.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Tron Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Tron Contrast
* Tron.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Stark
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Stark
* Stark.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Userscape
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Userscape
* Userscape.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Carbonight Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Carbonight Contrast
* Carbonight Contrast.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Gloom Contrast
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Gloom Contrast
* Gloom.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Lavender
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Lavender
* Lavender.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Solarflare
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Solarflare
* Solarflare
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}
Turnip
<?php
namespace Illuminate\Container;
use Closure;
use ArrayAccess;
/**
* Theme: Turnip
* Mmm taste them turnips.
*
* Copyright (c) 2014 Dayle Rees
*/
class Container implements ArrayAccess
{
/**
* An array of the types that have been resolved.
*
* @var array
*/
protected $resolved = array();
/**
* Determine if a given type is shared.
*
* @param string $abstract
* @return bool
*/
public function isShared($abstract)
{
if (isset($this->bindings[$abstract]['shared']))
{
$shared = $this->bindings[$abstract]['shared'];
}
else
{
$shared = false;
}
return isset($this->instances[$abstract]) || $shared === true;
}
}