Exemplo n.º 1
0
 public function provider()
 {
     return array(array(new BusinessType(), false, BusinessType::getNullStrRepresentation()), array(new BusinessType(BusinessType::B2B), true, BusinessType::B2B), array(new BusinessType(BusinessType::B2C), true, BusinessType::B2C));
 }