Connection::getFetchArgument()

mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed

MigrateMakeCommand::run()

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

ServeCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

User::on()

static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder

Collection::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible across the entire collection. Parameters array|string $attributes Return Value $this

In::__construct()

void __construct(array $values) Create a new in rule instance. Parameters array $values Return Value void

Authorizable::cannot()

bool cannot(string $ability, array|mixed $arguments = array()) Determine if the entity does not have a given ability. Parameters string $ability array|mixed $arguments Return Value bool

ComposerServiceProvider::register()

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

Request::ajax()

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

MySqlConnection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int