getShippingTitle() public méthode

Get the title of the card shipping name.
public getShippingTitle ( ) : string
Résultat string
Exemple #1
0
 public function testShippingTitle()
 {
     $this->card->setShippingTitle('Dr.');
     $this->assertEquals('Dr.', $this->card->getShippingTitle());
 }