コード例 #1
0
ファイル: FioRead.php プロジェクト: racinmat/fio
 public function __construct(Utils\Context $context, Response\Read\IStatementFactory $statementFactory)
 {
     $this->context = $context;
     $this->parser = $statementFactory->createParser();
 }