Model::toArray()

array toArray() Convert the model instance to an array. Return Value array

HasValue::getInputOrTextAreaValue()

string getInputOrTextAreaValue(Crawler $crawler) Get the value of an input or textarea. Parameters Crawler $crawler Return Value string Exceptions PHPUnit_Framework_ExpectationFailedException

RefreshCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Translator::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

MySqlConnection::setFetchMode()

int setFetchMode(int $fetchMode, mixed $fetchArgument = null, array $fetchConstructorArgument = array()) Set the default fetch mode for the connection, and optional arguments for the given fetch mode. Parameters int $fetchMode mixed $fetchArgument array $fetchConstructorArgument Return Value int

PostgresGrammar::compileDelete()

string compileDelete(Builder $query) Compile a delete statement into SQL. Parameters Builder $query Return Value string

HandleExceptions::handleException()

void handleException(Throwable $e) Handle an uncaught exception from the application. Note: Most exceptions can be handled via the try / catch block in the HTTP and Console kernels. But, fatal error exceptions must be handled differently since they are not normal exceptions. Parameters Throwable $e Return Value void

IronQueue::getIron()

IronMQ getIron() Get the underlying IronMQ instance. Return Value IronMQ

SQLiteProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

IronConnector::__construct()

void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Parameters Encrypter $crypt Request $request Return Value void