Skip to content

Instantly share code, notes, and snippets.

@seigieu
Created August 3, 2018 15:37
Show Gist options
  • Save seigieu/6a290e61023d8f35d9ed0c60c684514e to your computer and use it in GitHub Desktop.
Save seigieu/6a290e61023d8f35d9ed0c60c684514e to your computer and use it in GitHub Desktop.
Arena.pl - Deifnicja f
<?php
// Aby pominąć produkt należy zdefiniować w konfigurajci sklepu funkcję:
function seigiarenapl_hook($product){
// A nastepnie, jeśli spełni wymagany warunek, to wyrzucić wyjątek:
if(warunek())
throw new seigi\arenapl\skipException('Produkt nie spełnił wymagania');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment