31 lines
526 B
YAML
31 lines
526 B
YAML
name: PackageInterface
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: getVersion
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: '# * Asset package interface.
|
|
|
|
# *
|
|
|
|
# * @author Kris Wallsmith <kris@symfony.com>
|
|
|
|
# */
|
|
|
|
# interface PackageInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Returns the asset version for an asset.'
|
|
- name: getUrl
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: '# * Returns an absolute or root-relative public path.'
|
|
traits: []
|
|
interfaces: []
|