Parser::parse()

static array parse(string $expression) Parse the given console command definition into an array. Parameters string $expression Return Value array Exceptions InvalidArgumentException

MorphToMany::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array(), array $joining = array(), bool $touch = true) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values array $joining bool $touch Return Value Model

SoftDeletingTrait::getDeletedAtColumn()

string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string

SoftDeletes::getQualifiedDeletedAtColumn()

string getQualifiedDeletedAtColumn() Get the fully qualified "deleted at" column. Return Value string

Store::invalidate()

invalidate($lifetime = null) {@inheritdoc} Parameters $lifetime

Listener::__construct()

void __construct(string $commandPath) Create a new queue listener. Parameters string $commandPath Return Value void

Application::getBindings()

array getBindings() Get the container's bindings. Return Value array

TestCase::json()

$this json(string $method, string $uri, array $data = array(), array $headers = array()) Visit the given URI with a JSON request. Parameters string $method string $uri array $data array $headers Return Value $this

MorphPivot::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

BroadcastManager::queue()

void queue(mixed $event) Queue the given event for broadcast. Parameters mixed $event Return Value void