19 declare(strict_types=1);
Interface isStandardItem.
getClosedCallable()
Get the callable to be executed, when this specific item is closed.
getOpenedCallable()
Get the callable to be executed, when the notification center is opened.
hasClosedCallable()
Get whether there are any callables to be executed when the notification center is closed...
withClosedCallable(callable $handle_closed)
Set the callable to be executed, when this specific item is closed.
withOpenedCallable(callable $handle_opened)
Set the callable to be executed, when the notification center is opened.