static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model
string getName() Get a unique identifier for the auth session value. Return Value string
void __clone() Clone cache repository instance. Return Value void
$this __call(string $method, array $parameters) Dynamically bind parameters to the message. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
mixed getValue() Get the value of the expression. Return Value mixed
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
mixed __call(string $method, array $parameters) Handle calls to missing methods on the controller. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 312 of 996