示例#1
0
文件: Link.php 项目: radicalsuz/amp
 function _afterRead()
 {
     $reltype =& AMPContentLookup_SectionsByLink::instance($this->id);
     if (!$reltype) {
         return;
     }
     $this->mergeData(array('reltype' => array_keys($reltype)));
 }