platform/api/symfony/Component/Uid/Factory/TimeBasedUuidFactory.yaml

29 lines
624 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TimeBasedUuidFactory
class_comment: null
dependencies:
- name: TimeBasedUidInterface
type: class
source: Symfony\Component\Uid\TimeBasedUidInterface
- name: Uuid
type: class
source: Symfony\Component\Uid\Uuid
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: class
- name: node
default: 'null'
comment: '# * @param class-string<Uuid&TimeBasedUidInterface> $class'
- name: create
visibility: public
parameters:
- name: time
default: 'null'
comment: null
traits:
- Symfony\Component\Uid\TimeBasedUidInterface
- Symfony\Component\Uid\Uuid
interfaces: []