A collection of over 320 themes for a variety of different editors and software. All themes are originals created by Dayle Rees. Absent Contrast ↓ (top) <?php namespace Illuminate\Container; use Closure; use ArrayAccess; /** * Theme: * * * Copyright (c) */ class Container implements ArrayAccess { /** * An array of the types that have been resolved. * * @var array */ protected $resolved = array();