Overview

Namespaces

  • Composer
    • Autoload
  • Guzzle
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Mock
    • Stream
  • Mockery
    • Adapter
      • Phpunit
    • CountValidator
    • Exception
    • Generator
      • StringManipulation
        • Pass
    • Loader
    • Matcher
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • Fatzebra
      • Message
  • PHP
  • Symfony
    • Component
      • EventDispatcher
        • Debug
        • DependencyInjection
        • Tests
          • Debug
          • DependencyInjection
      • HttpFoundation
        • File
          • Exception
          • MimeType
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
        • Tests
          • File
            • MimeType
          • Session
            • Attribute
            • Flash
            • Storage
              • Handler
              • Proxy
      • Yaml
        • Exception
        • Tests

Classes

  • Dumper
  • Escaper
  • Inline
  • Parser
  • Unescaper
  • Yaml
  • Overview
  • Namespace
  • Class
  • Tree

Class Dumper

Dumper dumps PHP variables to YAML strings.

Namespace: Symfony\Component\Yaml
Author: Fabien Potencier fabien@symfony.com
Located at Dumper.php
Methods summary
public
# setIndentation( integer $num )

Sets the indentation.

Sets the indentation.

Parameters

$num
The amount of spaces to use for indentation of nested nodes.
public string
# dump( mixed $input, integer $inline = 0, integer $indent = 0, boolean $exceptionOnInvalidType = false, boolean $objectSupport = false )

Dumps a PHP value to YAML.

Dumps a PHP value to YAML.

Parameters

$input
The PHP value
$inline
The level where you switch to inline YAML
$indent
The level of indentation (used internally)
$exceptionOnInvalidType
true if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
$objectSupport
true if object support is enabled, false otherwise

Returns

string
The YAML representation of the PHP value
Properties summary
protected integer $indentation

The amount of spaces to use for indentation of nested nodes.

The amount of spaces to use for indentation of nested nodes.

# 4
Omnipay Fat Zebra / Paystream Gateway Module API Documentation API documentation generated by ApiGen