/** * The function returns References for current Article. * * @access public * @return array The References. */ public function getReferences() { $Ref = new Article_Reference(); return $Ref->findList(array('ArticleId = ' . $this->Id), 'Layout asc'); }