Beispiel #1
0
 /**
  * The function returns array of Product Images.
  * 
  * @access public
  * @return array The Images.
  */
 public function getImages()
 {
     $Image = new Product_Image();
     return $Image->findList(array('ProductId = ' . $this->Id), 'Position asc');
 }