bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
int append(string $path, string $data) Append to a file. Parameters string $path string $data Return Value int
string getTable() Get the table associated with the model. Return Value string
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
Page 286 of 996