コード例 #1
0
ファイル: List.php プロジェクト: hyhoocchan/mage-local
 /**
  * Retrieve item message
  *
  * @param Enterprise_GiftRegistry_Model_Entity $item
  * @return string
  */
 public function getIsActive($item)
 {
     return $item->getData('is_active');
 }