* @link http://www.oxidmodule.com */ class d3_dev_d3inquiryarticle extends d3_dev_d3inquiryarticle_parent { /** * @return array */ public function getCustomerAlsoBoughtThisProducts() { $oArticle = $this->getArticle(); return $oArticle->getCustomerAlsoBoughtThisProducts(); } /** * Returns true if ordered product is bundle * * @return bool */ public function isBundle() { return ( bool ) $this->d3inquiryarticles__oxisbundle->value; } }