# notifier/3.1.1/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php

WANotifier for Forms and Actions, version 3.1.1. 19 lines.

- Page: https://pluginprobe.com/plugins/notifier/3.1.1/code/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
- Raw: https://pluginprobe.com/plugins/notifier/3.1.1/raw/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
- Modified: 2026-09-16T12:08:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/notifier/3.1.1/code/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php#L10-L20`.

```php
<?php

/**
 * Class ActionScheduler_NullLogEntry
 */
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {

	/**
	 * Construct.
	 *
	 * @param string $action_id Action ID.
	 * @param string $message   Log entry.
	 */
	public function __construct( $action_id = '', $message = '' ) {
		// nothing to see here.
	}

}

```
