7 calls to File::findNext()
- File::findEndOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the last non-whitespace token in a statement.
- File::findExtendedClassName in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the name of the class that the specified class extends. (works for classes, anonymous classes and interfaces)
- File::findImplementedInterfaceNames in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the names of the interfaces that the specified class or enum implements.
- File::findStartOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the first non-whitespace token in a statement.
- File::getMethodParameters in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the method parameters for the specified function token.
- File::getMethodProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a method.
- File::isReference in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Determine if the passed token is a reference operator.