| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/ActionScheduler_NullLogEntry.php.tar |
all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php 0000644 00000000512 15115623172 0036510 0 ustar 00 home/xbodynamge/dev/wp-content/plugins <?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.
}
}