You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classes, traitsand interfaces (hereinafter classes) can be grouped into namespaces ([PhpNamespace](https://api.nette.org/php-generator/Nette/PhpGenerator/PhpNamespace.html)):
560
+
Classes, traits, interfaces and enums (hereinafter classes) can be grouped into namespaces ([PhpNamespace](https://api.nette.org/php-generator/Nette/PhpGenerator/PhpNamespace.html)):
561
561
562
562
```php
563
563
$namespace = new Nette\PhpGenerator\PhpNamespace('Foo');
@@ -685,7 +685,7 @@ class A
685
685
Generate using Reflection
686
686
-------------------------
687
687
688
-
Another common use case is to create class or method based on existing ones:
688
+
Another common use case is to create class or function based on existing one:
0 commit comments