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