ApaiIO\Operations\CartAdd::getName PHP Méthode

getName() public méthode

public getName ( )
    public function getName()
    {
        return 'CartAdd';
    }

Usage Example

Exemple #1
0
 public function testGetName()
 {
     $cart = new CartAdd();
     $this->assertEquals('CartAdd', $cart->getName());
 }
All Usage Examples Of ApaiIO\Operations\CartAdd::getName