23 lines
403 B
YAML
23 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
|