Overview

Namespaces

  • Charcoal
    • Config

Classes

  • AbstractConfig
  • AbstractEntity
  • GenericConfig

Interfaces

  • ConfigInterface
  • ConfigurableInterface
  • DelegatesAwareInterface
  • EntityInterface
  • FileAwareInterface
  • SeparatorAwareInterface

Traits

  • ConfigurableTrait
  • DelegatesAwareTrait
  • FileAwareTrait
  • SeparatorAwareTrait
  • Overview
  • Namespace
  • Class

Interface SeparatorAwareInterface

Describes an object that can perform lookups into multi-dimensional arrays.

This interface can be fully implemented with its accompanying Charcoal\Config\SeparatorAwareTrait.

Direct known implementers

Charcoal\Config\ConfigInterface

Indirect known implementers

Charcoal\Config\AbstractConfig, Charcoal\Config\GenericConfig
Namespace: Charcoal\Config
Located at Charcoal/Config/SeparatorAwareInterface.php
Methods summary
public Charcoal\Config\SeparatorAwareInterface
# setSeparator( string $separator )

Sets the token for traversing a data-tree.

Sets the token for traversing a data-tree.

Parameters

$separator
The token to delimit nested data.

Returns

Charcoal\Config\SeparatorAwareInterface
Chainable
API documentation generated by ApiGen