platform/api/symfony/Component/Intl/Data/Util/RecursiveArrayAccess.yaml

26 lines
516 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: RecursiveArrayAccess
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @internal'
dependencies:
- name: OutOfBoundsException
type: class
source: Symfony\Component\Intl\Exception\OutOfBoundsException
properties: []
methods:
- name: get
visibility: public
parameters:
- name: array
- name: indices
comment: null
- name: __construct
visibility: private
parameters: []
comment: null
traits:
- Symfony\Component\Intl\Exception\OutOfBoundsException
interfaces: []