TagSet::tagId()

string tagId(string $name) Get the unique tag identifier for a given tag. Parameters string $name Return Value string

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

MigrateMakeCommand::anticipate()

string anticipate(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

IronConnector

IronConnector class IronConnector implements ConnectorInterface (View source) Methods void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Queue connect(array $config) Establish a queue connection.

Factory::file()

View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. Parameters string $path array $data array $mergeData Return Value View

Worker::memoryExceeded()

bool memoryExceeded(int $memoryLimit) Determine if the memory limit has been exceeded. Parameters int $memoryLimit Return Value bool

Mocking

Mocking Introduction Events Using Mocks Using Fakes Jobs Using Mocks Using Fakes Mail Fakes Notification Fakes Facades Introduction When testing Laravel applications, you may wish to "mock" certain aspects of your application so they are not actually executed during a given test. For example, when testing a controller that fires an event, you may wish to mock the event listeners so they are not actually executed during the test. This allows you to only test the controller's HTTP response

FormRequest::ajax()

bool ajax() Determine if the request is the result of an AJAX call. Return Value bool

JoinClause::whereBetween()

$this whereBetween(string $column, array $values, string $boolean = 'and', bool $not = false) Add a where between statement to the query. Parameters string $column array $values string $boolean bool $not Return Value $this

MorphPivot::getAttributes()

array getAttributes() Get all of the current attributes on the model. Return Value array