77 lines
1.8 KiB
YAML
77 lines
1.8 KiB
YAML
|
name: ArrayTransport
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Collection
|
||
|
type: class
|
||
|
source: Illuminate\Support\Collection
|
||
|
- name: Stringable
|
||
|
type: class
|
||
|
source: Stringable
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Envelope
|
||
|
- name: SentMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\SentMessage
|
||
|
- name: TransportInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\TransportInterface
|
||
|
- name: RawMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\RawMessage
|
||
|
properties:
|
||
|
- name: messages
|
||
|
visibility: protected
|
||
|
comment: '# * The collection of Symfony Messages.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var \Illuminate\Support\Collection'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: "# * The collection of Symfony Messages.\n# *\n# * @var \\Illuminate\\\
|
||
|
Support\\Collection\n# */\n# protected $messages;\n# \n# /**\n# * Create a new\
|
||
|
\ array transport instance.\n# *\n# * @return void"
|
||
|
- name: send
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: message
|
||
|
- name: envelope
|
||
|
default: 'null'
|
||
|
comment: '# * {@inheritdoc}'
|
||
|
- name: messages
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Retrieve the collection of messages.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return \Illuminate\Support\Collection'
|
||
|
- name: flush
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Clear all of the messages from the local collection.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return \Illuminate\Support\Collection'
|
||
|
- name: __toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Get the string representation of the transport.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return string'
|
||
|
traits:
|
||
|
- Illuminate\Support\Collection
|
||
|
- Stringable
|
||
|
- Symfony\Component\Mailer\Envelope
|
||
|
- Symfony\Component\Mailer\SentMessage
|
||
|
- Symfony\Component\Mailer\Transport\TransportInterface
|
||
|
- Symfony\Component\Mime\RawMessage
|
||
|
interfaces:
|
||
|
- Stringable
|