Event::timezone()

$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this

Pivot::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

Transport::registerPlugin()

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

AutoloadCommand::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

Filesystem::copyDirectory()

bool copyDirectory(string $directory, string $destination, int $options = null) Copy a directory from one location to another. Parameters string $directory string $destination int $options Return Value bool

PostgresConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

SQLiteGrammar::compileDisableForeignKeyConstraints()

string compileDisableForeignKeyConstraints() Compile the command to disable foreign key constraints. Return Value string

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) Create query parameter pl

Route::getParameter()

string|object getParameter(string $name, mixed $default = null) Get a given parameter from the route. Parameters string $name mixed $default Return Value string|object

SQLiteProcessor

SQLiteProcessor class SQLiteProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. from Processor array processColumnListing(array $results) Process the results of a column listing query.