22 lines
403 B
YAML
22 lines
403 B
YAML
name: EmptyVersionStrategy
|
|
class_comment: '# * Disable version for all assets.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: getVersion
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: null
|
|
- name: applyVersion
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: null
|
|
traits: []
|
|
interfaces:
|
|
- VersionStrategyInterface
|