Doc Block templates (PHPDoc style)
/**
* IspPrimitives Product_SupplierProductRules
*
* @category category
* @package package
* @subpackage sub package
* @author Name <email>
*
* @copyright year company
* @link doc link
*/
/**
* Some description of the function can go here.
*
* @param mixed $abc
* @param array $def
* @param stdClass|null $ehi
* @return bool
* @throws \Exception
*/