コード例 #1
0
ファイル: Url.php プロジェクト: nicksagona/pop-spider
 public function isSuccess()
 {
     return null !== $this->response ? $this->response->isSuccess() : false;
 }