示例#1
0
 public function __construct(ContainerInterface $containerInterface, $name = 'flashStore')
 {
     parent::__construct($containerInterface);
     $this->name = $name;
 }
示例#2
0
 public function __construct(ContainerInterface $containerInterface, $key = 'logger')
 {
     $this->key = $key;
     parent::__construct($containerInterface);
 }