Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.
string getCurrentUrl() Get the root URL for the request. Return Value string
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
Container getContainer() Get the IoC container instance. Return Value Container
RedirectResponse refresh(int $status = 302, array $headers = array()) Create a new redirect response to the current URI. Parameters int $status array $headers Return Value RedirectResponse
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
array|bool put(string $key, mixed $value, int $seconds) Store an item in the cache. Parameters string $key mixed $value int $seconds Return Value array|bool
static boolean hasMacro(string $name) Checks if macro is registered Parameters string $name Return Value boolean
Page 828 of 996