BearFramework\App\Shortcuts

Shortcuts container for the application object.
BearFramework\App\Shortcuts {

    
/* Methods */
    
public __construct ( callable $addCallback )
    public 
self add string $name , callable $callback )

}
Methods
public __construct ( callable $addCallback )
public self add ( string $name , callable $callback )
Creates a new shortcut.
Details
Location: ~/src/App/Shortcuts.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.