Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • Arrays
  • CriticalSection
  • Finder
  • Html
  • Json
  • LimitedScope
  • MimeTypeDetector
  • Neon
  • Paginator
  • Strings

Exceptions

  • JsonException
  • NeonException
  • RegexpException
  • Overview
  • Namespace
  • Class
  • Tree

Class Neon

Simple parser & generator for Nette Object Notation.

Nette\Object
Extended by Nette\Utils\Neon
Namespace: Nette\Utils
Author: David Grudl
Located at Utils/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
mixed
$options
integer

Returns

string
public static mixed
# decode( string $input )

Decodes a NEON string.

Decodes a NEON string.

Parameters

$input
string

Returns

mixed
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants summary
integer BLOCK 1
#
Nette Framework 2.0beta1 API API documentation generated by ApiGen 2.3.0