User::create()

static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model

SessionGuard::getName()

string getName() Get a unique identifier for the auth session value. Return Value string

Repository::__clone()

void __clone() Clone cache repository instance. Return Value void

Mailable::__call()

$this __call(string $method, array $parameters) Dynamically bind parameters to the message. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException

BelongsToMany::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

Pivot::joiningTable()

string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string

Expression::getValue()

mixed getValue() Get the value of the expression. Return Value mixed

Cache::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

BroadcastController::__call()

mixed __call(string $method, array $parameters) Handle calls to missing methods on the controller. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

TinkerCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int