Beispiel #1
0
 public function getColor()
 {
     $Image = new Product_Image();
     return $Image->findItem(array('Id = ' . $this->Color));
 }