Using this method you can register your plugin with the facade and then
use the plugin by invoking the name specified plugin name as a method on
the facade.
Usage:
R::ext( 'makeTea', function() { ... } );
Now you can use your makeTea plugin like this:
R::makeTea();