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
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
set($name, $value) {@inheritdoc} Parameters $name $value
array toArray() Get the instance as an array. Return Value array
void commit() Commit the active database transaction. Return Value void
void callCreator(View $view) Call the creator for a given view. Parameters View $view Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Dimensions class Dimensions (View source) Methods void __construct(array $constraints = array()) Create a new dimensions rule instance. $this width(int $value) Set the "width" constraint. $this height(int $value) Set the "height" constraint. $this minWidth(int $value) Set the "min width" constraint. $this minHeight(int $value) Set the "min height" constraint. $this maxWidth(int $value) Set the "max width" constraint. $this maxHeight(int $value) Set the "max h
static void cacheMutatedAttributes(string $class) Extract and cache all the mutated attributes of a class. Parameters string $class Return Value void
bool updateOrInsert(array $attributes, array $values = array()) Insert or update a record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value bool
Page 317 of 996