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
DetectsLostConnections trait DetectsLostConnections (View source)
DetectsDeadlocks trait DetectsDeadlocks (View source)
void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void
DetectEnvironment class DetectEnvironment (View source) Methods void bootstrap(Application $app) Bootstrap the given application.
DecryptException class DecryptException extends RuntimeException (View source)
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Page 730 of 996