Class ClassNamespaceRule
Class scanner rule in which a class must be declared in the given namespace
- picon\ClassNamespaceRule implements picon\ClassScannerRule
public
|
|
public
true
|
Class scanner rule in which a class must be declared in the given namespace
public
|
|
public
true
|
#
matches( String $className, ReflectionAnnotatedClass $reflection )
Does the given class match the criteria of the rule Does the given class match the criteria of the rule Parameters
Returnstrue if the class matches the criteria Implementation of |