Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • ArrayNode
  • BaseNode
  • BooleanNode
  • EnumNode
  • FloatNode
  • IntegerNode
  • NumericNode
  • Processor
  • PrototypedArrayNode
  • ReferenceDumper
  • ScalarNode
  • VariableNode

Interfaces

  • ConfigurationInterface
  • NodeInterface
  • PrototypeNodeInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Interface PrototypeNodeInterface

This interface must be implemented by nodes which can be used as prototypes.

Symfony\Component\Config\Definition\PrototypeNodeInterface implements Symfony\Component\Config\Definition\NodeInterface

Direct known implementers

Symfony\Component\Config\Definition\ArrayNode, Symfony\Component\Config\Definition\VariableNode

Indirect known implementers

Symfony\Component\Config\Definition\BooleanNode, Symfony\Component\Config\Definition\EnumNode, Symfony\Component\Config\Definition\FloatNode, Symfony\Component\Config\Definition\IntegerNode, Symfony\Component\Config\Definition\NumericNode, Symfony\Component\Config\Definition\PrototypedArrayNode, Symfony\Component\Config\Definition\ScalarNode
Namespace: Symfony\Component\Config\Definition
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at config/Symfony/Component/Config/Definition/PrototypeNodeInterface.php
Methods summary
public
# setName( string $name )

Sets the name of the node.

Sets the name of the node.

Parameters

$name
string
$name The name of the node
Methods inherited from Symfony\Component\Config\Definition\NodeInterface
finalize(), getDefaultValue(), getName(), getPath(), hasDefaultValue(), isRequired(), merge(), normalize()
php-coveralls API documentation generated by ApiGen 2.8.0