コード例 #1
0
ファイル: Decorator.php プロジェクト: scriptfusion/mapper
 public function __construct(Strategy $strategy)
 {
     parent::__construct($strategy);
     $this->strategy = $strategy;
 }