[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/ -> BundleGenerator.php (summary)

(no description)

File Size: 250 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BundleGenerator:: (4 methods):
  __construct()
  generate()
  exportCallback()
  exportObject()


Class: BundleGenerator  - X-Ref


__construct(Configurator $configurator)   X-Ref
Constructor

param: Configurator $configurator Configurator

generate($className, array $options = [])   X-Ref
Create and return the source of a bundle based on given Configurator instance

Options:

- autoInclude: automatically load the source of the PHP renderer (default: true)

param: string $className Name of the bundle class
param: array  $options   Associative array of optional settings
return: string            PHP source for the bundle

exportCallback($namespace, callable $callback, $argument)   X-Ref
Export a given callback as PHP code

param: string   $namespace Namespace in which the callback is execute
param: callable $callback  Original callback
param: string   $argument  Callback's argument (as PHP code)
return: string              PHP code

exportObject($obj)   X-Ref
Serialize and export a given object as PHP code

param: object $obj Original object
return: string      PHP code



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1