Exemple #1
0
 public function getQuotes($nodeids)
 {
     //Per Product, we just quote the text content (but this may change in the future)
     //If and when the requirement changes to include the non-text content, don't call the parent method and then implement it here
     return parent::getQuotes($nodeids);
 }