Pivot::clearBootedModels()

static void clearBootedModels() Clear the list of booted models so they will be re-booted. Return Value void

Model::getDates()

array getDates() Get the attributes that should be converted to dates. Return Value array

DatabaseNotificationCollection::take()

Collection take(int $limit) Take the first or last {$limit} items. Parameters int $limit Return Value Collection

ExceptionHandler::render()

Response render(Request $request, Exception $e) Render an exception into an HTTP response. Parameters Request $request Exception $e Return Value Response

BeanstalkdQueue::later()

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

Connection::getDoctrineColumn()

Column getDoctrineColumn(string $table, string $column) Get a Doctrine Schema Column instance. Parameters string $table string $column Return Value Column

SesTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

RetryCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

ListenCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

Paginator::hasMorePagesWhen()

$this hasMorePagesWhen(bool $value = true) Manually indicate that the paginator does have more pages. Parameters bool $value Return Value $this