38 lines
731 B
YAML
38 lines
731 B
YAML
name: Mix
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Exception
|
|
type: class
|
|
source: Exception
|
|
- name: HtmlString
|
|
type: class
|
|
source: Illuminate\Support\HtmlString
|
|
- name: Str
|
|
type: class
|
|
source: Illuminate\Support\Str
|
|
properties: []
|
|
methods:
|
|
- name: __invoke
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
- name: manifestDirectory
|
|
default: ''''''
|
|
comment: '# * Get the path to a versioned Mix file.
|
|
|
|
# *
|
|
|
|
# * @param string $path
|
|
|
|
# * @param string $manifestDirectory
|
|
|
|
# * @return \Illuminate\Support\HtmlString|string
|
|
|
|
# *
|
|
|
|
# * @throws \Illuminate\Foundation\MixManifestNotFoundException'
|
|
traits:
|
|
- Exception
|
|
- Illuminate\Support\HtmlString
|
|
- Illuminate\Support\Str
|
|
interfaces: []
|