/**
  * Creates a new instance of Environment.
  */
 public function __construct(IPieCrust $pieCrust)
 {
     parent::__construct($pieCrust);
 }
Exemplo n.º 2
0
 /**
  * Creates a new instance of `CachedEnvironment`.
  */
 public function __construct()
 {
     parent::__construct();
 }