Namespaces

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

Classes

  • ClassType
  • Helpers
  • Method
  • Parameter
  • PhpLiteral
  • Property
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Helpers

PHP code generator utils.

Namespace: Nette\PhpGenerator
Author: David Grudl
Located at PhpGenerator/Helpers.php
Methods summary
public static string
# dump( $var )

Returns a PHP representation of a variable.

Returns a PHP representation of a variable.

Returns

string
public static string
# format( $statement )

Generates PHP statement.

Generates PHP statement.

Returns

string
public static string
# formatArgs( $statement, array $args )

Generates PHP statement.

Generates PHP statement.

Returns

string
public static string
# formatMember( $name )

Returns a PHP representation of a object member.

Returns a PHP representation of a object member.

Returns

string
public static boolean
# isIdentifier( $value )

Returns

boolean
Constants summary
string PHP_IDENT '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'
#
Nette 2.1 API documentation generated by ApiGen 2.8.0