예제 #1
0
 /**
  * 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');
 }