Fluent::offsetExists()

bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool

Fluent::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

Fluent::getAttributes()

array getAttributes() Get the attributes from the container. Return Value array

Fluent::get()

mixed get(string $key, mixed $default = null) Get an attribute from the container. Parameters string $key mixed $default Return Value mixed

Fluent

Fluent class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable (View source) Methods void __construct(array|object $attributes = array()) Create a new fluent container instance. mixed get(string $key, mixed $default = null) Get an attribute from the container. array getAttributes() Get the attributes from the container. array toArray() Convert the Fluent instance to an array. array jsonSerialize() Convert the object into something JSON serializable.

FileViewFinder::__construct()

void __construct(Filesystem $files, array $paths, array $extensions = null) Create a new file view loader instance. Parameters Filesystem $files array $paths array $extensions Return Value void

FileViewFinder::prependNamespace()

void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

FileViewFinder::prependLocation()

void prependLocation(string $location) Prepend a location to the finder. Parameters string $location Return Value void

FileViewFinder::hasHintInformation()

bool hasHintInformation(string $name) Returns whether or not the view specify a hint information. Parameters string $name Return Value bool

FileViewFinder::getPaths()

array getPaths() Get the active view paths. Return Value array