int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool
$this setRedirector(Redirector $redirector) Set the Redirector instance. Parameters Redirector $redirector Return Value $this
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
int count() Count the number of items in the collection. Return Value int
bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Illuminate\Session\Console Classes SessionTableCommand
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
Page 112 of 996