return ''; | return ''; | ||||
} | } | ||||
public function isValidClass($typeDocument) | |||||
public static function isValidClass($typeDocument) | |||||
{ | { | ||||
return in_array($typeDocument, ['Invoice', 'DeliveryNote', 'Quotation']); | return in_array($typeDocument, ['Invoice', 'DeliveryNote', 'Quotation']); | ||||
} | } |