コード例 #1
0
ファイル: ResultSet.php プロジェクト: serebro/reach-sphinx
 public function __construct(array $result)
 {
     if (!isset($result['matches'])) {
         $result['matches'] = [];
     }
     $this->result = $result;
     parent::__construct($result['matches']);
 }