string get(string $path, array $data = array()) Get the evaluated contents of the view. Parameters string $path array $data Return Value string
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
array allDirectories(string|null $directory = null) Get all (recursive) of the directories within a given directory. Parameters string|null $directory Return Value array
$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
array attributesToArray() Convert the model's attributes to an array. Return Value array
string getConnectionName() Get the current connection name for the model. Return Value string
string extension(string $path) Extract the file extension from a file path. Parameters string $path Return Value string
bool hasTimestampAttributes() Determine if the pivot model has timestamp attributes. Return Value bool
static void spy() Convert the facade into a Mockery spy. Return Value void
Page 237 of 996