Dumplie\Customer\Tests\AbstractCustomerContext::checkouts PHP 메소드

checkouts() 공개 메소드

public checkouts ( ) : Dumplie\Customer\Domain\Checkouts
리턴 Dumplie\Customer\Domain\Checkouts
    public function checkouts() : Checkouts
    {
        return $this->checkouts;
    }