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

getName() public méthode

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

Usage Example

 public function testName()
 {
     $this->assertEquals("CartCreate", $this->cartCreate->getName());
 }