54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
|
name: Scripts
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: MissingResourceException
|
||
|
type: class
|
||
|
source: Symfony\Component\Intl\Exception\MissingResourceException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getScriptCodes
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Gives access to script-related ICU data.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Bernhard Schussek <bschussek@gmail.com>
|
||
|
|
||
|
# * @author Roland Franssen <franssen.roland@gmail.com>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# final class Scripts extends ResourceBundle
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @return string[]'
|
||
|
- name: exists
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: script
|
||
|
comment: null
|
||
|
- name: getName
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: script
|
||
|
- name: displayLocale
|
||
|
default: 'null'
|
||
|
comment: '# * @throws MissingResourceException if the script code does not exist'
|
||
|
- name: getNames
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: displayLocale
|
||
|
default: 'null'
|
||
|
comment: '# * @return string[]'
|
||
|
- name: getPath
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Intl\Exception\MissingResourceException
|
||
|
interfaces: []
|