SlackMessage::color()

string color() Get the color for the message. Return Value string

RedisQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

TableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Blueprint::build()

void build(Connection $connection, Grammar $grammar) Execute the blueprint against the database. Parameters Connection $connection Grammar $grammar Return Value void

Action

Action class Action (View source) Properties string $text The action text. string $url The action URL.

Composer::__construct()

void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string $workingPath Return Value void

PostgresConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

Builder::orWhereDate()

Builder|Builder orWhereDate(string $column, string $operator, string $value) Add an "or where date" statement to the query. Parameters string $column string $operator string $value Return Value Builder|Builder

Validator::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Builder::mergeBindings()

$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this