コード例 #1
0
ファイル: PhantomJs.php プロジェクト: bpteam/php-phantomjs
 public function setExecutor($executor)
 {
     $this->executor->setExecutor($executor);
     $this->phantom = $executor;
 }