/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Freebase
NameSizeModeActions
ReconcileCandidate.php15850644editdlrm
ReconcileCandidateNotable.php9500644editdlrm
ReconcileGet.php18000644editdlrm
ReconcileGetCosts.php9420644editdlrm
ReconcileGetWarning.php11630644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.php (1800B)
candidate = $candidate; } public function getCandidate() { return $this->candidate; } public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs) { $this->costs = $costs; } public function getCosts() { return $this->costs; } public function setMatch(Google_Service_Freebase_ReconcileCandidate $match) { $this->match = $match; } public function getMatch() { return $this->match; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } }