Brak opisu

ActionScheduler_NullLogEntry.php 219B

1234567891011
  1. <?php
  2. /**
  3. * Class ActionScheduler_NullLogEntry
  4. */
  5. class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
  6. public function __construct( $action_id = '', $message = '' ) {
  7. // nothing to see here
  8. }
  9. }