* @link http://www.oxidmodule.com */ namespace D3\Devhelper\Modules\Application\Model; 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(); } }