WorkCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Store::getHandler()

SessionHandlerInterface getHandler() Get the underlying session handler implementation. Return Value SessionHandlerInterface

Event::emailWrittenOutputTo()

$this emailWrittenOutputTo(array|mixed $addresses) E-mail the results of the scheduled operation if it produces output. Parameters array|mixed $addresses Return Value $this Exceptions LogicException

Event::run()

void run(Container $container) Run the given event. Parameters Container $container Return Value void

TestCase::assertRedirectedToAction()

$this assertRedirectedToAction(string $name, array $parameters = array(), array $with = array()) Assert whether the client was redirected to a given action. Parameters string $name array $parameters array $with Return Value $this

RenderableInterface::render()

string render() Get the evaluated contents of the object. Return Value string

ServerServiceProvider::register()

void register() Register the service provider. Return Value void

PublisherServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

MorphPivot::hasGlobalScope()

static bool hasGlobalScope(ScopeInterface $scope) Determine if a model has a global scope. Parameters ScopeInterface $scope Return Value bool

Model::hasGlobalScope()

static bool hasGlobalScope(Scope|string $scope) Determine if a model has a global scope. Parameters Scope|string $scope Return Value bool