Dumplie\CustomerService\Infrastructure\Doctrine\ORM\Domain\ORMOrders::add PHP Méthode

add() public méthode

public add ( Dumplie\CustomerService\Domain\Order $order )
$order Dumplie\CustomerService\Domain\Order
    public function add(Order $order)
    {
        $this->entityManager->persist($order);
    }