Add more events and notifications for tasks
This commit is contained in:
@@ -139,4 +139,15 @@ abstract class Base implements Listener
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return class information
|
||||
*
|
||||
* @access public
|
||||
* @return string
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return get_called_class();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user