Beispiel #1
0
 static function fetchKeywordByUrl($applicationidentifier, $keywordUrl)
 {
     $conds = array(
         "cluster_identifier" => ClusterTool::clusterIdentifier(),
         "application_identifier" => $applicationidentifier,
         "keyword_url" => $keywordUrl
     );
     return parent::fetchObject(self::definition(), null, $conds, false);
 }