getProductsCost() 공개 메소드

public getProductsCost ( ) : float | integer
리턴 float | integer
예제 #1
0
 public function checkAvailable(Order $order)
 {
     return $order->getProductsCost() >= $this->available_from;
 }