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