DIR:/home/cloudtechtree.com/www/wp-content/plugins/wp-rss-aggregator/src/Handlers/ |
Current File : /home/cloudtechtree.com/www/wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php |
<?php namespace RebelCode\Wpra\Core\Handlers; /** * An implementation of a null handler that does nothing. * * @since 4.13 */ class NullHandler { /** * {@inheritdoc} * * @since 4.13 */ public function __invoke() { } } |