Packages

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

Classes

  • NArrays
  • NCriticalSection
  • NFinder
  • NHtml
  • NJson
  • NLimitedScope
  • NMimeTypeDetector
  • NNeon
  • NPaginator
  • NStrings

Exceptions

  • NJsonException
  • NNeonException
  • NRegexpException
  • Overview
  • Package
  • Class
  • Tree

Class NNeon

Simple parser & generator for Nette Object Notation.

NObject
Extended by NNeon
Package: 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 NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants summary
integer BLOCK 1
#
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0