| @@ 346-360 (lines=15) @@ | ||
| 343 | * | |
| 344 | * @return string|bool | |
| 345 | */ | |
| 346 |     protected function getFilteredRowHtml() { | |
| 347 | return apply_filters( | |
| 348 | 'FHEE__ticket_selector_chart_template__do_ticket_entire_row', | |
| 349 | false, | |
| 350 | $this->ticket, | |
| 351 | $this->max, | |
| 352 | $this->min, | |
| 353 | $this->required_ticket_sold_out, | |
| 354 | $this->ticket_price, | |
| 355 | $this->ticket_bundle, | |
| 356 | $this->ticket_status_html, | |
| 357 | $this->status_class, | |
| 358 | $this | |
| 359 | ); | |
| 360 | } | |
| 361 | ||
| 362 | ||
| 363 | ||
| @@ 373-388 (lines=16) @@ | ||
| 370 | * | |
| 371 | * @return string|bool | |
| 372 | */ | |
| 373 | protected function getFilteredRowContents() | |
| 374 |     { | |
| 375 | return apply_filters( | |
| 376 | 'FHEE__ticket_selector_chart_template__do_ticket_inside_row', | |
| 377 | false, | |
| 378 | $this->ticket, | |
| 379 | $this->max, | |
| 380 | $this->min, | |
| 381 | $this->required_ticket_sold_out, | |
| 382 | $this->ticket_price, | |
| 383 | $this->ticket_bundle, | |
| 384 | $this->ticket_status_html, | |
| 385 | $this->status_class, | |
| 386 | $this | |
| 387 | ); | |
| 388 | } | |
| 389 | ||
| 390 | } | |
| 391 | // End of file TicketSelectorRow.php | |