コード例 #1
0
ファイル: SimilarNumber.php プロジェクト: gpupo/similarity
 public function __toArray()
 {
     return array_merge(parent::__toArray(), ['proximityCalculation' => $this->getProximityCalculation()]);
 }
コード例 #2
0
ファイル: SimilarText.php プロジェクト: gpupo/similarity
 public function __toArray()
 {
     return array_merge(parent::__toArray(), ['percentage' => $this->getPercent(), 'isApproximate' => $this->isApproximate(), 'proximityCalculation' => $this->getProximityCalculation()]);
 }