EventServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

BeanstalkdQueue::getPheanstalk()

Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk

Log::notice()

void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void

RedisTaggedCache::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

PostgresProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array

FilesystemServiceProvider::__construct()

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

Message::__construct()

void __construct(Swift_Message $swift) Create a new message instance. Parameters Swift_Message $swift Return Value void

AbstractPaginator::hasPages()

bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool

GeneratorCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Filesystem::prepend()

int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int