void offsetUnset(string $key) Unset a piece of data from the view. Parameters string $key Return Value void
ClosureCommand command(string $signature, Closure $callback) Register a Closure based command with the application. Parameters string $signature Closure $callback Return Value ClosureCommand
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
mixed offsetGet(string $key) Get a piece of bound data to the view. Parameters string $key Return Value mixed
void __construct(HttpKernelInterface $app) Create a new FrameGuard instance. Parameters HttpKernelInterface $app Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
int getJsonOptions() Get the JSON encoding options. Return Value int
void setArtisan(Application $artisan) Set the Artisan application instance. Parameters Application $artisan Return Value void
string redirectPath() Get the post register / login redirect path. Return Value string
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Page 986 of 996