
Public Member Functions | |
| getAssociatedProducts () | |
Definition at line 35 of file Grouped.php.
| getAssociatedProducts | ( | ) |
Definition at line 37 of file Grouped.php.
00038 { 00039 return $this->getProduct()->getTypeInstance(true) 00040 ->getAssociatedProducts($this->getProduct()); 00041 }
1.5.8