int delete(mixed $id = null) Delete a record from the database. Parameters mixed $id Return Value int
array getVisible() Get the visible attributes for the model. Return Value array
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
string|null domain() Get the domain defined for the route. Return Value string|null
void offsetUnset(string $key) Unset a piece of data from the view. Parameters string $key Return Value void
ClosureCommand command(string $signature, Closure $callback) Register a Closure based command with the application. Parameters string $signature Closure $callback Return Value ClosureCommand
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
mixed offsetGet(string $key) Get a piece of bound data to the view. Parameters string $key Return Value mixed
void __construct(HttpKernelInterface $app) Create a new FrameGuard instance. Parameters HttpKernelInterface $app Return Value void
int getJsonOptions() Get the JSON encoding options. Return Value int
Page 284 of 996