$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
bool runningUnitTests() Determine if we are running unit tests. Return Value bool
$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this
bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
array options() Get all of the options passed to the command. Return Value array
array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array
bool disableForeignKeyConstraints() Disable foreign key constraints. Return Value bool
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
array getNotes() Get the notes for the last operation. Return Value array
Page 242 of 996