PHP Class gossi\codegen\generator\comparator\DefaultPropertyComparator

Orders them by visibility first then by method name
Inheritance: implements phootwork\lang\Comparator
Afficher le fichier Open project: gossi/php-code-generator

Méthodes publiques

Méthode Description
compare ( PhpProperty $a, PhpProperty $b )

Method Details

compare() public méthode

public compare ( PhpProperty $a, PhpProperty $b )
$a gossi\codegen\model\PhpProperty
$b gossi\codegen\model\PhpProperty