ApaiIO\Operations\CartAdd::getName PHP Method

getName() public method

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

Usage Example

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