Overriding a function
-
Hello,
I would like to override the function “bsk_pdfm_get_pdfs_by_cat” wich is inside the class: “BSKPDFM_Common_Data_Source” to change the $pdf_order_by_str = ‘P.
last_date
‘; to “$pdf_order_by_str = ‘P.last_date
, P.id
‘;”. How could I achieve that ?Thanks !
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Overriding a function’ is closed to new replies.