PHP 인터페이스 Sonata\Component\Generator\ReferenceInterface

파일 보기 프로젝트 열기: sonata-project/ecommerce 0 사용 예제들

공개 메소드들

메소드 설명
invoice ( Sonata\Component\Invoice\InvoiceInterface $invoice ) Append a valid reference number to the invoice, the order must be persisted first.
order ( Sonata\Component\Order\OrderInterface $order ) Append a valid reference number to the order, the order must be persisted first.

메소드 상세

invoice() 공개 메소드

Append a valid reference number to the invoice, the order must be persisted first.
public invoice ( Sonata\Component\Invoice\InvoiceInterface $invoice )
$invoice Sonata\Component\Invoice\InvoiceInterface

order() 공개 메소드

Append a valid reference number to the order, the order must be persisted first.
public order ( Sonata\Component\Order\OrderInterface $order )
$order Sonata\Component\Order\OrderInterface