Exemplo n.º 1
0
	/**
	 * @return NConfigCompiler
	 */
	protected function createCompiler()
	{
		$compiler = new NConfigCompiler;
		$compiler->addExtension('php', new NPhpExtension)
			->addExtension('constants', new NConstantsExtension)
			->addExtension('nette', new NNetteExtension);
		return $compiler;
	}