Pivot::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

Str::parseCallback()

static array parseCallback(string $callback, string $default) Parse a Class@method style callback into class and method. Parameters string $callback string $default Return Value array

MailableFake::__construct()

void __construct() Create a new instance. Return Value void

DatabaseNotification::isUnguarded()

static bool isUnguarded() Determine if current state is "unguarded". Return Value bool

MorphPivot::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

MySqlConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

MiddlewareMakeCommand

MiddlewareMakeCommand class MiddlewareMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console comm

SendQueuedNotifications::delay()

$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this

LengthAwarePaginator::previousPageUrl()

string|null previousPageUrl() Get the URL for the previous page, or null. Return Value string|null

Model::hasGetMutator()

bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool