getStartMonth() public method

Get the card start month.
public getStartMonth ( ) : string
return string
Ejemplo n.º 1
0
 public function testStartMonthLeadingZeros()
 {
     $this->card->setStartMonth('09');
     $this->assertSame(9, $this->card->getStartMonth());
 }