DBGp-Client

 view release on metacpan or  search on metacpan

lib/DBGp/Client/Response.pod  view on Meta::CPAN

Implemented by C<DBGp::Client::Response::Stream>.

Accessors:

=over 4

=item type

=item content

decoded content

=back

=head2 notify

Implemented by C<DBGp::Client::Response::Notification>. See also
L<Notifications|https://xdebug.org/docs-dbgp.php#id72> in the
DBGp spec.

Accessors:

lib/DBGp/Client/Response.pod  view on Meta::CPAN

=item key

=item facet

=item numchildren

It always returns C<0> unless C<children> is true

=item value

The decoded value of scalar properties (typically useful when
C<children> is false).

=item childs

Array of C<DBGp::Client::Response::Property> objects. Returns an empty
array unless C<children> is true).

=back

=head1 AUTHOR



( run in 0.283 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )