$this attachData(string $data, string $name, array $options = array()) Attach in-memory data as an attachment. Parameters string $data string $name array $options Return Value $this
string getRawBody() Get the raw body string for the job. Return Value string
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string
array attributesToArray() Convert the model's attributes to an array. Return Value array
$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Model getRelated() Get the related model of the relation. Return Value Model
Page 278 of 996