コード例 #1
0
 public function get_expire_date()
 {
     if ($this->isLoggedIn) {
         return BUtils::get_expire_date($this->get('subscription_starts'), $this->get('subscription_period'), $this->get('subscription_duration_type'));
     }
     return "";
 }