static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
bool has(string|array $key) Determine if the request contains a non-empty value for an input item. Parameters string|array $key Return Value bool
int increment(string $column, int $amount = 1, array $extra = array()) Increment a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int
void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string
array getVisible() Get the visible attributes for the model. Return Value array
View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. Parameters string $view array $data array $mergeData Return Value View
bool copy(string $from, string $to) Copy a file to a new location. Parameters string $from string $to Return Value bool
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
Page 33 of 996