api/laravel/Foundation/Events/LocaleUpdated.yaml

22 lines
465 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: LocaleUpdated
class_comment: null
dependencies: []
properties:
- name: locale
visibility: public
comment: '# * The new locale.
# *
# * @var string'
methods:
- name: __construct
visibility: public
parameters:
- name: locale
comment: "# * The new locale.\n# *\n# * @var string\n# */\n# public $locale;\n#\
\ \n# /**\n# * Create a new event instance.\n# *\n# * @param string $locale\n\
# * @return void"
traits: []
interfaces: []