Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • Tracy
    • Bridges
      • Nette
  • none

Classes

  • Decoder
  • Encoder
  • Entity
  • Neon

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases

Class Neon

Simple parser & generator for Nette Object Notation.

Namespace: Nette\Neon
Located at Neon/Neon.php
Methods summary
public static string
# encode( mixed $var, integer $options = null )

Returns the NEON representation of a value.

Returns the NEON representation of a value.

Parameters

$var
$options

Returns

string
string
public static mixed
# decode( string $input )

Decodes a NEON string.

Decodes a NEON string.

Parameters

$input

Returns

mixed
mixed
Constants summary
string BLOCK
#Nette\Neon\Encoder::BLOCK
string CHAIN
#'!!chain'
Nette 2.4-20180918 API API documentation generated by ApiGen 2.8.0