ClassFinder::findClass()

string|null findClass(string $path) Extract the class name from the file at the given path. Parameters string $path Return Value string|null

Crypt::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

User::__unset()

void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void

DatabaseNotification::unsetConnectionResolver()

static void unsetConnectionResolver() Unset the connection resolver for models. Return Value void

TestCase::seeIsChecked()

$this seeIsChecked(string $selector, bool $negate = false) Assert that the given checkbox is selected. Parameters string $selector bool $negate Return Value $this

EventServiceProvider::register()

void register() Register the service provider. Return Value void

RouteListCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

PostgresGrammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

CommandMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

AssertionsTrait::assertResponseStatus()

void assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value void