getStartMonth() public méthode

Get the card start month.
public getStartMonth ( ) : string
Résultat string
Exemple #1
0
 public function testStartMonthLeadingZeros()
 {
     $this->card->setStartMonth('09');
     $this->assertSame(9, $this->card->getStartMonth());
 }