ReserveLineItems::__construct PHP 메소드

__construct() 공개 메소드

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

Usage Example

 public function __construct($skipInventoryCheck = null)
 {
     parent::__construct();
     $this->skipInventoryCheck = $skipInventoryCheck;
 }
All Usage Examples Of ReserveLineItems::__construct