Skip to content

Commit

Permalink
removed Nette\Loaders\SimpleLoader, Nette\Config\ConfigAdapterXml, Ne…
Browse files Browse the repository at this point in the history
…tte\Forms\RepeaterControl
  • Loading branch information
dg committed Jan 4, 2010
1 parent 9d6006d commit b6fc2c8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 257 deletions.
1 change: 0 additions & 1 deletion Nette/Config/Config.php
Expand Up @@ -30,7 +30,6 @@ class Config extends /*Nette\Collections\*/Hashtable
/** @var array */
private static $extensions = array(
'ini' => /*Nette\Config\*/'ConfigAdapterIni',
'xml' => /*Nette\Config\*/'ConfigAdapterXml',
);


Expand Down
74 changes: 0 additions & 74 deletions Nette/Config/ConfigAdapterXml.php

This file was deleted.

85 changes: 0 additions & 85 deletions Nette/Forms/Controls/RepeaterControl.php

This file was deleted.

12 changes: 0 additions & 12 deletions Nette/Forms/FormContainer.php
Expand Up @@ -410,18 +410,6 @@ public function addContainer($name)



/**
* Adds control that repeats a specified prototype for each item in the list.
* @param string control name
* @return RepeaterControl
*/
public function addRepeater($name)
{
return $this[$name] = new RepeaterControl;
}



/********************* interface \ArrayAccess ****************d*g**/


Expand Down
3 changes: 0 additions & 3 deletions Nette/Loaders/NetteLoader.php
Expand Up @@ -57,7 +57,6 @@ class NetteLoader extends AutoLoader
'componentcontainer' => '/ComponentContainer.php',
'config' => '/Config/Config.php',
'configadapterini' => '/Config/ConfigAdapterIni.php',
'configadapterxml' => '/Config/ConfigAdapterXml.php',
'configurator' => '/Configurator.php',
'control' => '/Application/Control.php',
'conventionalrenderer' => '/Forms/Renderers/ConventionalRenderer.php',
Expand Down Expand Up @@ -174,7 +173,6 @@ class NetteLoader extends AutoLoader
'recursivehtmliterator' => '/Web/Html.php',
'redirectingresponse' => '/Application/Responses/RedirectingResponse.php',
'renderresponse' => '/Application/Responses/RenderResponse.php',
'repeatercontrol' => '/Forms/Controls/RepeaterControl.php',
'robotloader' => '/Loaders/RobotLoader.php',
'route' => '/Application/Routers/Route.php',
'rule' => '/Forms/Rule.php',
Expand All @@ -187,7 +185,6 @@ class NetteLoader extends AutoLoader
'sessionnamespace' => '/Web/SessionNamespace.php',
'set' => '/Collections/Set.php',
'simpleauthenticator' => '/Security/SimpleAuthenticator.php',
'simpleloader' => '/Loaders/SimpleLoader.php',
'simplerouter' => '/Application/Routers/SimpleRouter.php',
'smartcachingiterator' => '/SmartCachingIterator.php',
'snippethelper' => '/compatibility/SnippetHelper.php',
Expand Down
49 changes: 0 additions & 49 deletions Nette/Loaders/SimpleLoader.php

This file was deleted.

33 changes: 0 additions & 33 deletions tests/Loaders/SimpleLoader.phpt

This file was deleted.

0 comments on commit b6fc2c8

Please sign in to comment.