예제 #1
0
파일: Pdf.php 프로젝트: ajaboa/crmpuan
 function __construct(Model\Order $order = null)
 {
     if ($order !== null) {
         $this->_order = $order;
         $this->_orderAttr = $order->getAttributes('formatted');
     }
     parent::__construct('P');
 }