PHP Class gossi\codegen\generator\comparator\DefaultPropertyComparator
Orders them by visibility first then by method name
Mostrar archivo
Open project: gossi/php-code-generator
Public Methods
Method |
Description |
|
compare ( PhpProperty $a, PhpProperty $b ) |
|
|
Method Details
public compare ( PhpProperty $a, PhpProperty $b ) |
$a |
gossi\codegen\model\PhpProperty |
|
$b |
gossi\codegen\model\PhpProperty |
|