ResumeOrders::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $skipInventoryCheck = null )
        public function __construct($skipInventoryCheck = null)
        {
            parent::__construct();
            $this->skipInventoryCheck = $skipInventoryCheck;
        }

Usage Example

 public function __construct($OrderActionType = NULL)
 {
     parent::__construct();
     $this->OrderActionType = $OrderActionType;
 }
All Usage Examples Of ResumeOrders::__construct