array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array
$this assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value $this
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
static void cacheMutatedAttributes(string $class) Extract and cache all the mutated attributes of a class. Parameters string $class Return Value void
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
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
$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this
string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string
void offsetSet(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void
Page 537 of 996