ApaiIO\Operations\CartCreate::getName PHP Method

getName() public method

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

Usage Example

Ejemplo n.º 1
0
 public function testName()
 {
     $this->assertEquals("CartCreate", $this->cartCreate->getName());
 }