コード例 #1
0
ファイル: List.php プロジェクト: par-orillonsoft/magento_work
 public function getSubscriptionStatusLabel(AW_Sarp_Model_Subscription $subscription)
 {
     return Mage::getModel('sarp/source_subscription_status')->getLabel($subscription->getStatus());
 }