static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
mixed offsetGet(string $offset) Get the value for a given offset. Parameters string $offset Return Value mixed
array getAttributes() Get all of the current attributes on the model. Return Value array
static In in(array $values) Get an in constraint builder instance. Parameters array $values Return Value In
Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder
SlackAttachment class SlackAttachment (View source) Properties string $title The attachment's title. string $url The attachment's URL. string $content The attachment's text content. array $fields The attachment's fields.
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
void boot() Bootstrap the application events. Return Value void
Page 208 of 996