void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk
void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void __construct(Swift_Message $swift) Create a new message instance. Parameters Swift_Message $swift Return Value void
bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int
Page 605 of 996