File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed
Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1313
1414/**
1515 * Class/Interface/Trait description.
16- *
17- * @author David Grudl
1816 */
1917class ClassType extends Nette \Object
2018{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * PHP code generator utils.
15- *
16- * @author David Grudl
1715 */
1816class Helpers
1917{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * Class method description.
15- *
16- * @author David Grudl
1715 */
1816class Method extends Nette \Object
1917{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * Method parameter description.
15- *
16- * @author David Grudl
1715 */
1816class Parameter extends Nette \Object
1917{
Original file line number Diff line number Diff line change 1818 * - opening tag (<?php)
1919 * - doc comments
2020 * - one or more namespaces
21- *
22- * @author Jakub Kulhan <jakub.kulhan@gmail.com>
2321 */
2422class PhpFile extends Object
2523{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * PHP literal value.
15- *
16- * @author David Grudl
1715 */
1816class PhpLiteral
1917{
Original file line number Diff line number Diff line change 1919 * - namespace statement
2020 * - variable amount of use statements
2121 * - one or more class declarations
22- *
23- * @author Jakub Kulhan <jakub.kulhan@gmail.com>
2422 */
2523class PhpNamespace extends Object
2624{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * Class property description.
15- *
16- * @author David Grudl
1715 */
1816class Property extends Nette \Object
1917{
You can’t perform that action at this time.
0 commit comments