* @link http://www.oxidmodule.com */ class d3_dev_oxorderarticle extends d3_dev_oxorderarticle_parent { /** * @return null|\OxidEsales\EshopCommunity\Application\Model\ArticleList */ public function getCustomerAlsoBoughtThisProducts() { $oArticle = $this->getArticle(); return $oArticle->getCustomerAlsoBoughtThisProducts(); } }