示例#1
0
文件: card.php 项目: vendo/billing
 /**
  * Var method overriding years() to pre-select a year
  *
  * @return array
  */
 public function years($year = NULL)
 {
     return parent::years(isset($this->credit_card) ? $this->credit_card->year : NULL);
 }