예제 #1
0
 public function __construct(Strategy $strategy)
 {
     parent::__construct($strategy);
     $this->strategy = $strategy;
 }