Pipeline::send()

$this send(mixed $traveler) Set the traveler object being sent on the pipeline. Parameters mixed $traveler Return Value $this

ConsoleSupportServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

PostgresGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

BroadcastManager::routes()

void routes(array $attributes = null) Register the routes for handling broadcast authentication and sockets. Parameters array $attributes Return Value void

MakeAuthCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

TaggedCache::has()

bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool

ChannelManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void

SyncJob::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

DatabaseNotification::newFromBuilder()

Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model