SYMBOL INDEX (1488 symbols across 384 files) FILE: annotate-watcher.cjs function getPathsFromArgs (line 6) | function getPathsFromArgs() { FILE: src/Annotation/AbstractAnnotation.php class AbstractAnnotation (line 7) | abstract class AbstractAnnotation implements AnnotationInterface, Replac... method __construct (line 27) | public function __construct(string $type, ?int $index = null) { method __toString (line 35) | public function __toString(): string { method getType (line 42) | public function getType(): string { method hasIndex (line 49) | public function hasIndex(): bool { method getIndex (line 57) | public function getIndex(): int { method setInUse (line 71) | public function setInUse(bool $inUse = true): void { method isInUse (line 78) | public function isInUse(): bool { FILE: src/Annotation/AnnotationFactory.php class AnnotationFactory (line 7) | class AnnotationFactory { method create (line 18) | public static function create($tag, $type, $content = null, $index = n... method createFromString (line 70) | public static function createFromString($annotation) { method createOrFail (line 128) | public static function createOrFail($tag, $type, $content = null, $ind... FILE: src/Annotation/AnnotationInterface.php type AnnotationInterface (line 5) | interface AnnotationInterface { method getDescription (line 10) | public function getDescription(): string; method build (line 15) | public function build(): string; FILE: src/Annotation/ExtendsAnnotation.php class ExtendsAnnotation (line 5) | class ExtendsAnnotation extends AbstractAnnotation { method __construct (line 18) | public function __construct(string $type, ?int $index = null) { method getDescription (line 36) | public function getDescription(): string { method build (line 43) | public function build(): string { method matches (line 54) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 67) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/LinkAnnotation.php class LinkAnnotation (line 5) | class LinkAnnotation extends AbstractAnnotation { method __construct (line 18) | public function __construct($type, $index = null) { method getDescription (line 36) | public function getDescription(): string { method build (line 43) | public function build(): string { method matches (line 54) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 69) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/MethodAnnotation.php class MethodAnnotation (line 5) | class MethodAnnotation extends AbstractAnnotation { method __construct (line 21) | public function __construct($type, $method, $index = null) { method getMethod (line 38) | public function getMethod(): string { method getDescription (line 45) | public function getDescription(): string { method build (line 52) | public function build(): string { method matches (line 63) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 79) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/MixinAnnotation.php class MixinAnnotation (line 5) | class MixinAnnotation extends AbstractAnnotation { method __construct (line 18) | public function __construct($type, $index = null) { method getDescription (line 32) | public function getDescription(): string { method build (line 39) | public function build(): string { method matches (line 50) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 65) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/ParamAnnotation.php class ParamAnnotation (line 5) | class ParamAnnotation extends AbstractAnnotation { method __construct (line 21) | public function __construct($type, $variable, $index = null) { method getVariable (line 36) | public function getVariable(): string { method getDescription (line 43) | public function getDescription(): string { method build (line 50) | public function build(): string { method matches (line 61) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 76) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/PropertyAnnotation.php class PropertyAnnotation (line 5) | class PropertyAnnotation extends AbstractAnnotation { method __construct (line 21) | public function __construct($type, $property, $index = null) { method getProperty (line 39) | public function getProperty(): string { method getDescription (line 46) | public function getDescription(): string { method build (line 53) | public function build(): string { method matches (line 64) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 79) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/PropertyReadAnnotation.php class PropertyReadAnnotation (line 5) | class PropertyReadAnnotation extends PropertyAnnotation { FILE: src/Annotation/ReplacableAnnotationInterface.php type ReplacableAnnotationInterface (line 5) | interface ReplacableAnnotationInterface { method matches (line 12) | public function matches(AbstractAnnotation $annotation): bool; method replaceWith (line 19) | public function replaceWith(AbstractAnnotation $annotation): void; FILE: src/Annotation/SeeAnnotation.php class SeeAnnotation (line 5) | class SeeAnnotation extends AbstractAnnotation { method __construct (line 18) | public function __construct($type, $index = null) { method getDescription (line 32) | public function getDescription(): string { method build (line 39) | public function build(): string { method matches (line 50) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 65) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/UsesAnnotation.php class UsesAnnotation (line 5) | class UsesAnnotation extends AbstractAnnotation { method __construct (line 18) | public function __construct($type, $index = null) { method getDescription (line 32) | public function getDescription(): string { method build (line 39) | public function build(): string { method matches (line 50) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 65) | public function replaceWith(AbstractAnnotation $annotation): void { FILE: src/Annotation/VariableAnnotation.php class VariableAnnotation (line 5) | class VariableAnnotation extends AbstractAnnotation { method __construct (line 23) | public function __construct($type, $variable, $index = null) { method getVariable (line 37) | public function getVariable(): string { method getDescription (line 44) | public function getDescription(): string { method setGuessed (line 53) | public function setGuessed($value) { method getGuessed (line 62) | public function getGuessed() { method build (line 69) | public function build(): string { method matches (line 80) | public function matches(AbstractAnnotation $annotation): bool { method replaceWith (line 95) | public function replaceWith(AbstractAnnotation $annotation): void { method hasNull (line 110) | protected function hasNull(): bool { method typeHasNull (line 118) | protected function typeHasNull(string $type): bool { FILE: src/Annotator/AbstractAnnotator.php class AbstractAnnotator (line 43) | abstract class AbstractAnnotator { method __construct (line 123) | public function __construct(Io $io, array $config) { method annotate (line 137) | abstract public function annotate(string $path): bool; method displayDiff (line 144) | protected function displayDiff(string $oldContent, string $newContent)... method storeFile (line 193) | protected function storeFile(string $path, string $contents): void { method annotateContent (line 221) | protected function annotateContent(string $path, string $content, arra... method findDocBlockCloseTagIndex (line 271) | protected function findDocBlockCloseTagIndex(File $file, int $index): ... method appendToExistingDocBlock (line 289) | protected function appendToExistingDocBlock(File $file, int $docBlockC... method getLastWhitespaceOfPreviousLine (line 394) | protected function getLastWhitespaceOfPreviousLine(array $tokens, int ... method exists (line 409) | protected function exists(AbstractAnnotation $annotation, array &$exis... method needsReplacing (line 449) | protected function needsReplacing(AbstractAnnotation $annotation, arra... method allowsReplacing (line 469) | protected function allowsReplacing(AbstractAnnotation $annotation, arr... method parseExistingAnnotations (line 488) | protected function parseExistingAnnotations(File $file, int $closeTagI... method varInUse (line 581) | protected function varInUse(array $tokens, int $closeTagIndex, string ... method propertyInUse (line 611) | protected function propertyInUse(array $tokens, int $closeTagIndex, st... method methodInUse (line 669) | protected function methodInUse(array $tokens, int $closeTagIndex, stri... method needsNewLineInDocBlock (line 722) | protected function needsNewLineInDocBlock(File $file, int $lastTagInde... method addNewDocBlock (line 745) | protected function addNewDocBlock(File $file, int $index, array $annot... method isInlineDocBlock (line 779) | protected function isInlineDocBlock(File $file, int $docBlockCloseInde... method shouldSkip (line 792) | protected function shouldSkip(File $file, int $docBlockCloseIndex): bo... method getModelAnnotations (line 813) | protected function getModelAnnotations(array $usedModels, string $cont... method invokeProperty (line 843) | protected function invokeProperty(&$object, string $name) { method report (line 856) | protected function report(): void { method reportSkipped (line 887) | protected function reportSkipped(string $path): void { method resetCounter (line 909) | protected function resetCounter(): void { method beginningOfLine (line 924) | protected function beginningOfLine(File $file, $classOrTraitIndex) { method _isAbstract (line 941) | protected function _isAbstract($className) { method skipOverAttributes (line 953) | protected function skipOverAttributes(File $file, int $index): int { FILE: src/Annotator/CallbackAnnotator.php class CallbackAnnotator (line 7) | class CallbackAnnotator extends AbstractAnnotator { method annotate (line 13) | public function annotate(string $path): bool { method invokeTasks (line 30) | protected function invokeTasks(string $path, string $content): void { method getTasks (line 47) | protected function getTasks(string $path, string $content): array { FILE: src/Annotator/CallbackAnnotatorTask/AbstractCallbackAnnotatorTask.php class AbstractCallbackAnnotatorTask (line 10) | abstract class AbstractCallbackAnnotatorTask extends AbstractAnnotator { method __construct (line 22) | public function __construct(Io $io, array $config, $path, $content) { method getContent (line 34) | public function getContent(): string { method getMethods (line 43) | protected function getMethods(File $file) { method parseMethod (line 64) | protected function parseMethod(File $file, int $index) { method annotateMethods (line 85) | protected function annotateMethods(string $path, File $file, array $me... method findCloseTagIndex (line 125) | protected function findCloseTagIndex(File $file, int $index): ?int { FILE: src/Annotator/CallbackAnnotatorTask/CallbackAnnotatorTaskInterface.php type CallbackAnnotatorTaskInterface (line 5) | interface CallbackAnnotatorTaskInterface { method shouldRun (line 11) | public function shouldRun(string $path): bool; method annotate (line 17) | public function annotate(string $path): bool; FILE: src/Annotator/CallbackAnnotatorTask/TableCallbackAnnotatorTask.php class TableCallbackAnnotatorTask (line 13) | class TableCallbackAnnotatorTask extends AbstractCallbackAnnotatorTask i... method shouldRun (line 39) | public function shouldRun(string $path): bool { method annotate (line 72) | public function annotate(string $path): bool { method needsUpdate (line 102) | protected function needsUpdate(File $file, int $index, array &$method)... method generatePattern (line 133) | protected function generatePattern(): string { FILE: src/Annotator/CallbackAnnotatorTask/VirtualFieldCallbackAnnotatorTask.php class VirtualFieldCallbackAnnotatorTask (line 13) | class VirtualFieldCallbackAnnotatorTask extends AbstractCallbackAnnotato... method shouldRun (line 27) | public function shouldRun(string $path): bool { method annotate (line 39) | public function annotate(string $path): bool { method annotateMethods (line 77) | protected function annotateMethods(string $path, File $file, array $me... method needsUpdate (line 127) | protected function needsUpdate(File $file, int $index, array &$method)... method isVirtualField (line 162) | protected function isVirtualField(array $method): bool { method getNamespace (line 177) | protected function getNamespace(File $file): string { method getClass (line 200) | protected function getClass(File $file): string { method indentation (line 218) | protected function indentation(File $file, int $endIndex): string { FILE: src/Annotator/CallbackAnnotatorTaskCollection.php class CallbackAnnotatorTaskCollection (line 10) | class CallbackAnnotatorTaskCollection { method __construct (line 28) | public function __construct(array $tasks = []) { method defaultTasks (line 44) | public function defaultTasks(): array { method tasks (line 64) | public function tasks(Io $io, array $config, string $path, string $con... FILE: src/Annotator/ClassAnnotator.php class ClassAnnotator (line 7) | class ClassAnnotator extends AbstractAnnotator { method annotate (line 13) | public function annotate(string $path): bool { method invokeTasks (line 30) | protected function invokeTasks(string $path, string $content): void { method getTasks (line 46) | protected function getTasks(string $content): array { FILE: src/Annotator/ClassAnnotatorTask/AbstractClassAnnotatorTask.php class AbstractClassAnnotatorTask (line 11) | abstract class AbstractClassAnnotatorTask extends AbstractAnnotator { method __construct (line 20) | public function __construct(Io $io, array $config, $content) { method getContent (line 31) | public function getContent(): string { method annotateContent (line 42) | protected function annotateContent(string $path, string $content, arra... method annotateInlineContent (line 100) | protected function annotateInlineContent(string $path, string $content... method addNewInlineDocBlock (line 151) | protected function addNewInlineDocBlock(File $file, int $index, array ... method findFirstTokenOfLine (line 183) | protected function findFirstTokenOfLine(File $file, int $line): ?int { method detectIndentation (line 200) | protected function detectIndentation(File $file, int $index): string { FILE: src/Annotator/ClassAnnotatorTask/ClassAnnotatorTaskInterface.php type ClassAnnotatorTaskInterface (line 5) | interface ClassAnnotatorTaskInterface { method shouldRun (line 14) | public function shouldRun(string $path, string $content): bool; method annotate (line 20) | public function annotate(string $path): bool; FILE: src/Annotator/ClassAnnotatorTask/FormClassAnnotatorTask.php class FormClassAnnotatorTask (line 12) | class FormClassAnnotatorTask extends AbstractClassAnnotatorTask implemen... method shouldRun (line 21) | public function shouldRun(string $path, string $content): bool { method annotate (line 43) | public function annotate(string $path): bool { method buildUsesAnnotations (line 78) | protected function buildUsesAnnotations(array $classes): array { FILE: src/Annotator/ClassAnnotatorTask/MailerClassAnnotatorTask.php class MailerClassAnnotatorTask (line 12) | class MailerClassAnnotatorTask extends AbstractClassAnnotatorTask implem... method shouldRun (line 21) | public function shouldRun(string $path, string $content): bool { method annotate (line 64) | public function annotate(string $path): bool { method buildUsesAnnotations (line 149) | protected function buildUsesAnnotations(array $classes): array { FILE: src/Annotator/ClassAnnotatorTask/ModelAwareClassAnnotatorTask.php class ModelAwareClassAnnotatorTask (line 11) | class ModelAwareClassAnnotatorTask extends AbstractClassAnnotatorTask im... method shouldRun (line 20) | public function shouldRun(string $path, string $content): bool { method annotate (line 45) | public function annotate(string $path): bool { method getUsedModels (line 58) | protected function getUsedModels(string $content): array { method getClassName (line 75) | protected function getClassName(string $path, string $content): ?string { FILE: src/Annotator/ClassAnnotatorTask/PathAwareClassAnnotatorTaskInterface.php type PathAwareClassAnnotatorTaskInterface (line 29) | interface PathAwareClassAnnotatorTaskInterface extends ClassAnnotatorTas... method scanPaths (line 34) | public static function scanPaths(): array; FILE: src/Annotator/ClassAnnotatorTask/TableFindAnnotatorTask.php class TableFindAnnotatorTask (line 19) | class TableFindAnnotatorTask extends AbstractClassAnnotatorTask implemen... method shouldRun (line 28) | public function shouldRun(string $path, string $content): bool { method annotate (line 44) | public function annotate(string $path): bool { method findTableFinderCalls (line 70) | protected function findTableFinderCalls(): array { method buildVarAnnotation (line 100) | protected function buildVarAnnotation(string $entityClass, string $var... FILE: src/Annotator/ClassAnnotatorTask/TableFindNodeVisitor.php class TableFindNodeVisitor (line 13) | class TableFindNodeVisitor extends NodeVisitorAbstract { method __construct (line 25) | public function __construct(string $appNamespace) { method getFindings (line 32) | public function getFindings(): array { method enterNode (line 40) | public function enterNode(Node $node): ?int { method extractTableName (line 90) | private function extractTableName(Node\Expr $expr): ?string { FILE: src/Annotator/ClassAnnotatorTask/TestClassAnnotatorTask.php class TestClassAnnotatorTask (line 18) | class TestClassAnnotatorTask extends AbstractClassAnnotatorTask implemen... method scanPaths (line 23) | public static function scanPaths(): array { method shouldRun (line 34) | public function shouldRun(string $path, string $content): bool { method matchesType (line 61) | protected function matchesType(string $content, array $types): bool { method annotate (line 75) | public function annotate(string $path): bool { method getTestedClass (line 99) | protected function getTestedClass(string $content): ?string { method buildLinkAnnotations (line 125) | protected function buildLinkAnnotations(array $classes): array { method hasUsesClassAttribute (line 145) | protected function hasUsesClassAttribute(string $content, string $clas... method hasLinkAnnotation (line 159) | protected function hasLinkAnnotation(string $content, string $class): ... FILE: src/Annotator/ClassAnnotatorTaskCollection.php class ClassAnnotatorTaskCollection (line 12) | class ClassAnnotatorTaskCollection { method __construct (line 32) | public function __construct(array $tasks = []) { method defaultTasks (line 41) | public function defaultTasks(): array { method tasks (line 66) | public function tasks(Io $io, array $config, string $content): array { FILE: src/Annotator/CommandAnnotator.php class CommandAnnotator (line 8) | class CommandAnnotator extends AbstractAnnotator { method annotate (line 16) | public function annotate(string $path): bool { method getPrimaryModelClass (line 43) | protected function getPrimaryModelClass(string $content): ?string { FILE: src/Annotator/ComponentAnnotator.php class ComponentAnnotator (line 17) | class ComponentAnnotator extends AbstractAnnotator { method annotate (line 25) | public function annotate(string $path): bool { method buildAnnotations (line 58) | protected function buildAnnotations(string $className): array { method getComponentAnnotations (line 74) | protected function getComponentAnnotations(string $className) { method hasControllerAnnotation (line 114) | protected function hasControllerAnnotation(string $content): bool { FILE: src/Annotator/ControllerAnnotator.php class ControllerAnnotator (line 22) | class ControllerAnnotator extends AbstractAnnotator { method annotate (line 31) | public function annotate(string $path): bool { method parseExistingAnnotations (line 74) | protected function parseExistingAnnotations(File $file, int $closeTagI... method getPrimaryModelClass (line 94) | protected function getPrimaryModelClass(string $content, string $class... method getComponentAnnotations (line 132) | protected function getComponentAnnotations(string $className, string $... method getUsedComponents (line 163) | protected function getUsedComponents(string $className, string $path):... method getPaginationAnnotations (line 202) | protected function getPaginationAnnotations(string $content, ?string $... method extractPaginateEntities (line 226) | protected function extractPaginateEntities(string $content, ?string $p... method getEntity (line 263) | protected function getEntity(string $modelName, ?string $primaryModelN... method findModelClass (line 294) | protected function findModelClass(string $className, string $path): ?s... method getPrefix (line 337) | protected function getPrefix(string $className, string $path): string { method filterByTypedProperties (line 354) | protected function filterByTypedProperties(array $annotations, string ... FILE: src/Annotator/EntityAnnotator.php class EntityAnnotator (line 23) | class EntityAnnotator extends AbstractAnnotator { method annotate (line 48) | public function annotate(string $path): bool { method propertyHintMap (line 75) | protected function propertyHintMap(string $content, DocBlockHelper $he... method hydrateSchemaFromAssoc (line 104) | protected function hydrateSchemaFromAssoc(array $schema): array { method getThrough (line 180) | protected function getThrough(BelongsToMany $association): ?Table { method junctionTableName (line 203) | protected function junctionTableName(BelongsToMany $association): stri... method nullable (line 219) | protected function nullable(Association $association, array $schema): ... method entityName (line 246) | protected function entityName(string $name): string { method buildExtendedEntityPropertyHintTypeMap (line 256) | protected function buildExtendedEntityPropertyHintTypeMap(array $prope... method columnTypeToHintType (line 281) | protected function columnTypeToHintType(string $type): ?string { method buildVirtualPropertyHintTypeMap (line 297) | protected function buildVirtualPropertyHintTypeMap(string $content): a... method returnType (line 360) | protected function returnType(File $file, array $tokens, int $function... method typeHint (line 386) | protected function typeHint(File $file, array $tokens, int $functionIn... method extractReturnType (line 413) | protected function extractReturnType(array $tokens, int $docBlockOpenT... method buildAnnotations (line 467) | protected function buildAnnotations(array $propertyHintMap, DocBlockHe... method virtualFields (line 498) | protected function virtualFields(string $name): array { method fqcnIfNeeded (line 520) | protected function fqcnIfNeeded(string $type, array $useStatements): s... FILE: src/Annotator/HelperAnnotator.php class HelperAnnotator (line 13) | class HelperAnnotator extends AbstractAnnotator { method annotate (line 21) | public function annotate(string $path): bool { method getHelperAnnotations (line 67) | protected function getHelperAnnotations(array $helperMap): array { FILE: src/Annotator/ModelAnnotator.php class ModelAnnotator (line 23) | class ModelAnnotator extends AbstractAnnotator { method __construct (line 51) | public function __construct(Io $io, array $config) { method annotate (line 79) | public function annotate(string $path): bool { method table (line 158) | protected function table(string $path, string $entityName, array $asso... method buildAnnotations (line 178) | protected function buildAnnotations(array $associations, string $entit... method entity (line 276) | protected function entity(string $entityClass, string $entityName, Tab... method parseLoadedBehaviors (line 306) | protected function parseLoadedBehaviors(string $content): array { method getAssociations (line 327) | protected function getAssociations(AssociationCollection $tableAssocia... method getBehaviors (line 350) | protected function getBehaviors($table): array { method extractBehaviors (line 384) | protected function extractBehaviors(array $map): array { method resolveBehaviorName (line 405) | protected function resolveBehaviorName(string $className, string $name... method resolvePluginName (line 420) | protected function resolvePluginName(string $className, string $name):... method getEntityAnnotator (line 449) | protected function getEntityAnnotator(string $entityClass, TableSchema... method addBehaviorMixins (line 465) | protected function addBehaviorMixins(array $result, array $behaviors):... method addBehaviorExtends (line 492) | protected function addBehaviorExtends(array $result, array $behaviors,... method supportsEntityTemplate (line 533) | protected function supportsEntityTemplate(): bool { FILE: src/Annotator/Template/VariableExtractor.php class VariableExtractor (line 11) | class VariableExtractor { method extract (line 17) | public function extract(File $file): array { method collect (line 50) | protected function collect(File $file): array { method getVar (line 107) | protected function getVar(File $file, array $token, int $index): array { method getVarType (line 132) | protected function getVarType(File $file, array $result): ?string { method getExcludeReason (line 159) | protected function getExcludeReason(File $file, array $result): ?string { method isLoopVar (line 182) | protected function isLoopVar(File $file, array $result): bool { method isInLoop (line 204) | protected function isInLoop(File $file, array $result, int $assignment... method isTryCatchVar (line 224) | protected function isTryCatchVar(File $file, array $result): bool { method isAnonymousFunctionParameter (line 248) | protected function isAnonymousFunctionParameter(File $file, array $res... method isAssignment (line 275) | protected function isAssignment(File $file, array $result): bool { method getVarsFromString (line 324) | protected function getVarsFromString(File $file, array $token, int $i)... method getVarsFromCompact (line 357) | protected function getVarsFromCompact(File $file, int $index): array { FILE: src/Annotator/TemplateAnnotator.php class TemplateAnnotator (line 21) | class TemplateAnnotator extends AbstractAnnotator { method annotate (line 27) | public function annotate(string $path): bool { method annotateContent (line 45) | protected function annotateContent(string $path, string $content, arra... method findExistingDocBlock (line 107) | protected function findExistingDocBlock(File $file, int $phpOpenTagInd... method addNewTemplateDocBlock (line 152) | protected function addNewTemplateDocBlock(File $file, array $annotatio... method needsPhpTag (line 212) | protected function needsPhpTag(File $file, int $phpOpenTagIndex): bool { method needsViewAnnotation (line 241) | protected function needsViewAnnotation(string $content): bool { method getViewAnnotation (line 260) | protected function getViewAnnotation() { method allowsReplacing (line 282) | protected function allowsReplacing(AbstractAnnotation $annotation, arr... method isFirstContent (line 318) | protected function isFirstContent(array $tokens, int $phpOpenTagIndex)... method getEntityAnnotations (line 337) | protected function getEntityAnnotations(string $content, array $variab... method parseFormEntities (line 358) | protected function parseFormEntities(string $content): array { method parseLoopEntities (line 389) | protected function parseLoopEntities(string $content): array { method parseEntities (line 435) | protected function parseEntities(string $content): array { method isInlineDocBlockRedundant (line 470) | protected function isInlineDocBlockRedundant(File $file, array $annota... method buildAnnotations (line 490) | protected function buildAnnotations(string $path, string $content): ar... method getTemplateVariables (line 533) | protected function getTemplateVariables(string $path, string $content)... method getVariableAnnotation (line 565) | protected function getVariableAnnotation(array $variable) { method isV4 (line 593) | protected function isV4(): bool { method checkForDeclareStatement (line 619) | protected function checkForDeclareStatement(File $file, ?int $phpOpenT... FILE: src/Annotator/Traits/ComponentTrait.php type ComponentTrait (line 11) | trait ComponentTrait { method findClassName (line 19) | protected function findClassName(string $component, bool $includeApp):... FILE: src/Annotator/Traits/DocBlockTrait.php type DocBlockTrait (line 29) | trait DocBlockTrait { method getValueNode (line 37) | protected static function getValueNode(string $tagName, string $tagCom... method valueNodeParts (line 59) | protected function valueNodeParts(PhpDocTagValueNode $valueNode): array { method stringifyValueNode (line 84) | protected function stringifyValueNode(array $parts, PhpDocTagValueNode... method hasInheritDoc (line 139) | protected function hasInheritDoc(File $phpCsFile, int $docBlockStartIn... method containsIterableSyntax (line 169) | protected function containsIterableSyntax(array $docBlockTypes): bool { method renderUnionTypes (line 184) | protected function renderUnionTypes(array $typeNodes): string { FILE: src/Annotator/Traits/FileTrait.php type FileTrait (line 11) | trait FileTrait { method getFile (line 19) | protected function getFile(string $file, ?string $content = null): File { method getFixer (line 46) | protected function getFixer(File $file): Fixer { FILE: src/Annotator/Traits/HelperTrait.php type HelperTrait (line 11) | trait HelperTrait { method findClassName (line 19) | protected function findClassName(string $helper, bool $includeApp): ?s... FILE: src/Annotator/Traits/ModelTrait.php type ModelTrait (line 8) | trait ModelTrait { method getUsedModels (line 15) | protected function getUsedModels(string $content): array { FILE: src/Annotator/Traits/UseStatementsTrait.php type UseStatementsTrait (line 13) | trait UseStatementsTrait { method getUseStatements (line 20) | protected function getUseStatements(File $phpcsFile): array { method isMultipleUseStatement (line 88) | protected function isMultipleUseStatement(string $statementContent): b... FILE: src/Annotator/ViewAnnotator.php class ViewAnnotator (line 16) | class ViewAnnotator extends AbstractAnnotator { method annotate (line 29) | public function annotate(string $path): bool { method getHelpers (line 44) | protected function getHelpers(): array { method addExtractedHelpers (line 57) | protected function addExtractedHelpers(array $helperArray) { method checkTemplates (line 87) | protected function checkTemplates(string $folder) { method parseHelpersInContent (line 109) | protected function parseHelpersInContent(string $content) { method parseViewClass (line 123) | protected function parseViewClass(): array { method addAppHelpers (line 153) | protected function addAppHelpers(array $helperArray): array { method buildAnnotations (line 184) | protected function buildAnnotations(array $helpers): array { method getFolders (line 196) | protected function getFolders(): array { FILE: src/CodeCompletion/CodeCompletionGenerator.php class CodeCompletionGenerator (line 8) | class CodeCompletionGenerator { method __construct (line 15) | public function __construct(TaskCollection $taskCollection) { method generate (line 22) | public function generate(): array { method buildContent (line 56) | protected function buildContent(array $array): string { method type (line 65) | protected function type(string $namespace): string { method path (line 73) | protected function path(): string { FILE: src/CodeCompletion/Task/BehaviorTask.php class BehaviorTask (line 10) | class BehaviorTask implements TaskInterface { method type (line 20) | public function type(): string { method create (line 27) | public function create(): string { method collectBehaviors (line 50) | protected function collectBehaviors(): array { method addBehaviors (line 76) | protected function addBehaviors(array $behaviors, string $folder, ?str... method build (line 105) | protected function build(array $behaviors): string { FILE: src/CodeCompletion/Task/ControllerEventsTask.php class ControllerEventsTask (line 7) | class ControllerEventsTask implements TaskInterface { method type (line 17) | public function type(): string { method create (line 24) | public function create(): string { method events (line 55) | protected function events(bool $returnType): string { FILE: src/CodeCompletion/Task/ModelEventsTask.php class ModelEventsTask (line 5) | class ModelEventsTask implements TaskInterface { method type (line 15) | public function type(): string { method create (line 22) | public function create(): string { FILE: src/CodeCompletion/Task/SelectQueryTask.php class SelectQueryTask (line 5) | class SelectQueryTask implements TaskInterface { method type (line 15) | public function type(): string { method create (line 22) | public function create(): string { FILE: src/CodeCompletion/Task/TaskInterface.php type TaskInterface (line 5) | interface TaskInterface { method type (line 10) | public function type(): string; method create (line 15) | public function create(): string; FILE: src/CodeCompletion/Task/ViewEventsTask.php class ViewEventsTask (line 5) | class ViewEventsTask implements TaskInterface { method type (line 15) | public function type(): string { method create (line 22) | public function create(): string { FILE: src/CodeCompletion/TaskCollection.php class TaskCollection (line 14) | class TaskCollection { method __construct (line 35) | public function __construct(array $tasks = []) { method add (line 55) | protected function add($task) { method tasks (line 75) | public function tasks(): array { method getMap (line 82) | public function getMap(): array { FILE: src/Command/Annotate/AllCommand.php class AllCommand (line 10) | class AllCommand extends AnnotateCommand { method getDescription (line 17) | public static function getDescription(): string { method execute (line 26) | public function execute(Arguments $args, ConsoleIo $io): int { FILE: src/Command/Annotate/CallbacksCommand.php class CallbacksCommand (line 12) | class CallbacksCommand extends AnnotateCommand { method getDescription (line 17) | public static function getDescription(): string { method buildOptionParser (line 25) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method execute (line 37) | public function execute(Arguments $args, ConsoleIo $io): int { method _callbacks (line 62) | protected function _callbacks(string $folder) { FILE: src/Command/Annotate/ClassesCommand.php class ClassesCommand (line 14) | class ClassesCommand extends AnnotateCommand { method getDescription (line 19) | public static function getDescription(): string { method buildOptionParser (line 27) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method execute (line 39) | public function execute(Arguments $args, ConsoleIo $io): int { method _walkPathAwareTasks (line 74) | protected function _walkPathAwareTasks(array $tasks): void { method _normalizeScanPath (line 112) | protected function _normalizeScanPath(string $relPath): string { method _classes (line 123) | protected function _classes(string $folder) { FILE: src/Command/Annotate/CommandsCommand.php class CommandsCommand (line 10) | class CommandsCommand extends AnnotateCommand { method getDescription (line 15) | public static function getDescription(): string { method execute (line 24) | public function execute(Arguments $args, ConsoleIo $io): int { method _commands (line 47) | protected function _commands(string $folder) { FILE: src/Command/Annotate/ComponentsCommand.php class ComponentsCommand (line 10) | class ComponentsCommand extends AnnotateCommand { method getDescription (line 15) | public static function getDescription(): string { method execute (line 24) | public function execute(Arguments $args, ConsoleIo $io): int { method _components (line 46) | protected function _components(string $folder) { FILE: src/Command/Annotate/ControllersCommand.php class ControllersCommand (line 11) | class ControllersCommand extends AnnotateCommand { method getDescription (line 16) | public static function getDescription(): string { method execute (line 25) | public function execute(Arguments $args, ConsoleIo $io): int { method _controllers (line 48) | protected function _controllers(string $folder) { FILE: src/Command/Annotate/HelpersCommand.php class HelpersCommand (line 10) | class HelpersCommand extends AnnotateCommand { method getDescription (line 15) | public static function getDescription(): string { method execute (line 24) | public function execute(Arguments $args, ConsoleIo $io): int { method _helpers (line 46) | protected function _helpers($folder) { FILE: src/Command/Annotate/ModelsCommand.php class ModelsCommand (line 10) | class ModelsCommand extends AnnotateCommand { method getDescription (line 15) | public static function getDescription(): string { method execute (line 24) | public function execute(Arguments $args, ConsoleIo $io): int { method _models (line 46) | protected function _models(string $folder) { FILE: src/Command/Annotate/TemplatesCommand.php class TemplatesCommand (line 10) | class TemplatesCommand extends AnnotateCommand { method getDescription (line 15) | public static function getDescription(): string { method execute (line 24) | public function execute(Arguments $args, ConsoleIo $io): int { method _templates (line 47) | protected function _templates($folder) { FILE: src/Command/Annotate/ViewCommand.php class ViewCommand (line 11) | class ViewCommand extends AnnotateCommand { method getDescription (line 16) | public static function getDescription(): string { method execute (line 25) | public function execute(Arguments $args, ConsoleIo $io): int { FILE: src/Command/AnnotateCommand.php class AnnotateCommand (line 14) | abstract class AnnotateCommand extends Command { method initialize (line 38) | public function initialize(): void { method execute (line 57) | public function execute(Arguments $args, ConsoleIo $io) { method buildOptionParser (line 76) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method _io (line 121) | protected function _io(): Io { method _shouldSkip (line 131) | protected function _shouldSkip(string $fileName, ?string $path = null)... method _files (line 148) | protected function _files(): array { method _shouldSkipExtension (line 176) | protected function _shouldSkipExtension(string $extension): bool { method getAnnotator (line 187) | protected function getAnnotator(string $class): AbstractAnnotator { method _annotatorMadeChanges (line 203) | protected function _annotatorMadeChanges(): bool { FILE: src/Command/Command.php class Command (line 13) | abstract class Command extends CoreCommand { method execute (line 33) | public function execute(Arguments $args, ConsoleIo $io) { method getPaths (line 44) | protected function getPaths(?string $type = null): array { method getPlugins (line 83) | protected function getPlugins(string $plugin): array { method filterPlugins (line 112) | protected function filterPlugins(array $plugins, string $pattern): arr... method setPlugin (line 122) | protected function setPlugin(string $plugin): void { FILE: src/Command/GenerateCodeCompletionCommand.php class GenerateCodeCompletionCommand (line 12) | class GenerateCodeCompletionCommand extends Command { method getDescription (line 17) | public static function getDescription(): string { method execute (line 28) | public function execute(Arguments $args, ConsoleIo $io): int { method buildOptionParser (line 47) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method getGenerator (line 65) | protected function getGenerator(): CodeCompletionGenerator { FILE: src/Command/GeneratePhpStormMetaCommand.php class GeneratePhpStormMetaCommand (line 14) | class GeneratePhpStormMetaCommand extends Command { method getDescription (line 29) | public static function getDescription(): string { method execute (line 40) | public function execute(Arguments $args, ConsoleIo $io): int { method buildOptionParser (line 79) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method getGenerator (line 99) | protected function getGenerator(): PhpstormGenerator { method getMetaFilePath (line 109) | protected function getMetaFilePath(): string { method ensureDir (line 121) | protected function ensureDir(): void { method io (line 131) | protected function io(): Io { FILE: src/Command/IlluminateCommand.php class IlluminateCommand (line 12) | class IlluminateCommand extends Command { method getDescription (line 22) | public static function getDescription(): string { method execute (line 36) | public function execute(Arguments $args, ConsoleIo $io): int { method buildOptionParser (line 80) | protected function buildOptionParser(ConsoleOptionParser $parser): Con... method getIlluminator (line 124) | protected function getIlluminator(Arguments $args): Illuminator { method getTaskList (line 140) | protected function getTaskList(): array { method io (line 149) | protected function io(): Io { FILE: src/Console/Io.php class Io (line 12) | class Io { method verbose (line 23) | public function verbose(array|string $message, int $newlines = 1): ?int { method __construct (line 30) | public function __construct(ConsoleIo $io) { method quiet (line 41) | public function quiet(array|string $message, int $newlines = 1): ?int { method out (line 61) | public function out(array|string $message = '', int $newlines = 1, int... method error (line 73) | public function error(array|string $message = '', int $newlines = 1): ... method err (line 86) | public function err(array|string $message = '', int $newlines = 1): ?i... method info (line 99) | public function info(array|string $message = '', int $newlines = 1, in... method comment (line 112) | public function comment(array|string $message = '', int $newlines = 1,... method warn (line 124) | public function warn(array|string $message = '', int $newlines = 1): ?... method success (line 137) | public function success(array|string $message = '', int $newlines = 1,... method nl (line 147) | public function nl(int $multiplier = 1): string { method hr (line 158) | public function hr(int $newlines = 0, int $width = 63): void { method abort (line 171) | public function abort(string $message, int $exitCode = Command::CODE_E... FILE: src/Filesystem/Folder.php class Folder (line 32) | class Folder { method __construct (line 119) | public function __construct(?string $path = null, bool $create = false... method pwd (line 143) | public function pwd(): ?string { method cd (line 153) | public function cd(string $path) { method read (line 172) | public function read($sort = self::SORT_NAME, $exceptions = false, boo... method find (line 237) | public function find(string $regexpPattern = '.*', $sort = false): arr... method findRecursive (line 250) | public function findRecursive(string $pattern = '.*', bool $sort = fal... method _findRecursive (line 268) | protected function _findRecursive(string $pattern, bool $sort = false)... method isWindowsPath (line 293) | public static function isWindowsPath(string $path): bool { method isAbsolute (line 303) | public static function isAbsolute(string $path): bool { method isRegisteredStreamWrapper (line 320) | public static function isRegisteredStreamWrapper(string $path): bool { method normalizeFullPath (line 331) | public static function normalizeFullPath(string $path): string { method correctSlashFor (line 344) | public static function correctSlashFor(string $path): string { method slashTerm (line 354) | public static function slashTerm(string $path): string { method addPathElement (line 369) | public static function addPathElement(string $path, $element): string { method inPath (line 384) | public function inPath(string $path, bool $reverse = false): bool { method chmod (line 410) | public function chmod(string $path, ?int $mode = null, bool $recursive... method subdirectories (line 466) | public function subdirectories(?string $path = null, bool $fullPath = ... method tree (line 498) | public function tree(?string $path = null, $exceptions = false, ?strin... method create (line 589) | public function create(string $pathname, ?int $mode = null): bool { method dirsize (line 634) | public function dirsize(): int { method delete (line 671) | public function delete(?string $path = null): bool { method copy (line 752) | public function copy(string $to, array $options = []): bool { method move (line 852) | public function move(string $to, array $options = []): bool { method messages (line 868) | public function messages(bool $reset = true): array { method errors (line 883) | public function errors(bool $reset = true): array { method realpath (line 898) | public function realpath($path) { method isSlashTerm (line 940) | public static function isSlashTerm(string $path): bool { FILE: src/Generator/Directive/BaseDirective.php class BaseDirective (line 12) | abstract class BaseDirective { method key (line 19) | abstract public function key(); method build (line 26) | abstract public function build(); method buildList (line 34) | protected function buildList(array $array, int $indentation = 2): stri... method buildKeyValueMap (line 59) | protected function buildKeyValueMap(array $array, int $indentation = 3... FILE: src/Generator/Directive/ExitPoint.php class ExitPoint (line 16) | class ExitPoint extends BaseDirective { method __construct (line 28) | public function __construct($method) { method key (line 37) | public function key() { method toArray (line 44) | public function toArray() { method build (line 53) | public function build() { FILE: src/Generator/Directive/ExpectedArguments.php class ExpectedArguments (line 29) | class ExpectedArguments extends BaseDirective { method __construct (line 50) | public function __construct($method, $position, array $list) { method key (line 61) | public function key() { method toArray (line 68) | public function toArray() { method build (line 79) | public function build() { FILE: src/Generator/Directive/ExpectedReturnValues.php class ExpectedReturnValues (line 25) | class ExpectedReturnValues extends BaseDirective { method __construct (line 43) | public function __construct($method, array $list) { method key (line 53) | public function key() { method toArray (line 60) | public function toArray() { method build (line 70) | public function build() { FILE: src/Generator/Directive/Override.php class Override (line 20) | class Override extends BaseDirective { method __construct (line 38) | public function __construct($method, array $map) { method toArray (line 46) | public function toArray() { method key (line 58) | public function key() { method build (line 65) | public function build() { FILE: src/Generator/Directive/RegisterArgumentsSet.php class RegisterArgumentsSet (line 20) | class RegisterArgumentsSet extends BaseDirective { method __construct (line 38) | public function __construct($set, array $list) { method key (line 48) | public function key() { method toArray (line 55) | public function toArray() { method build (line 65) | public function build() { method __toString (line 82) | public function __toString() { FILE: src/Generator/GeneratorInterface.php type GeneratorInterface (line 5) | interface GeneratorInterface { method generate (line 10) | public function generate(): string; FILE: src/Generator/PhpstormGenerator.php class PhpstormGenerator (line 8) | class PhpstormGenerator implements GeneratorInterface { method __construct (line 18) | public function __construct(TaskCollection $taskCollection, ?Io $io = ... method generate (line 26) | public function generate(): string { method build (line 39) | protected function build(array $map): string { method outputSetInfo (line 65) | protected function outputSetInfo(array $map): void { FILE: src/Generator/Task/BehaviorTask.php class BehaviorTask (line 15) | class BehaviorTask implements TaskInterface { method collect (line 50) | public function collect(): array { method collectBehaviors (line 98) | protected function collectBehaviors(): array { method addBehaviors (line 126) | protected function addBehaviors(array $behaviors, string $folder, ?str... FILE: src/Generator/Task/CacheTask.php class CacheTask (line 10) | class CacheTask implements TaskInterface { method collect (line 39) | public function collect(): array { method collectCacheEngines (line 57) | protected function collectCacheEngines(): array { FILE: src/Generator/Task/CellTask.php class CellTask (line 14) | class CellTask implements TaskInterface { method collect (line 23) | public function collect(): array { method collectCells (line 45) | protected function collectCells(): array { method addCells (line 71) | protected function addCells(array $components, $folder, $plugin = null) { FILE: src/Generator/Task/ComponentTask.php class ComponentTask (line 16) | class ComponentTask implements TaskInterface { method collect (line 38) | public function collect(): array { method collectComponents (line 70) | protected function collectComponents(): array { method addComponents (line 96) | protected function addComponents(array $components, $folder, $plugin =... FILE: src/Generator/Task/ConfigureTask.php class ConfigureTask (line 10) | class ConfigureTask implements TaskInterface { method collect (line 35) | public function collect(): array { method collectKeys (line 53) | protected function collectKeys(): array { method addKeys (line 71) | protected function addKeys(array $keys, array $data, array $path = [])... FILE: src/Generator/Task/ConnectionTask.php class ConnectionTask (line 9) | class ConnectionTask implements TaskInterface { method collect (line 19) | public function collect(): array { method connectionKeys (line 35) | protected function connectionKeys(): array { FILE: src/Generator/Task/ConsoleHelperTask.php class ConsoleHelperTask (line 13) | class ConsoleHelperTask implements TaskInterface { method collect (line 27) | public function collect(): array { method collectHelpers (line 52) | protected function collectHelpers(): array { method addHelpers (line 78) | protected function addHelpers(array $helpers, $folder, $plugin = null) { FILE: src/Generator/Task/ConsoleTask.php class ConsoleTask (line 8) | class ConsoleTask implements TaskInterface { method collect (line 18) | public function collect(): array { FILE: src/Generator/Task/DatabaseTableColumnNameTask.php class DatabaseTableColumnNameTask (line 13) | class DatabaseTableColumnNameTask extends DatabaseTableTask { method collect (line 34) | public function collect(): array { method collectTableColumnNames (line 62) | protected function collectTableColumnNames(): array { method getConnection (line 81) | protected function getConnection(string $name = 'default') { FILE: src/Generator/Task/DatabaseTableColumnTypeTask.php class DatabaseTableColumnTypeTask (line 18) | class DatabaseTableColumnTypeTask implements TaskInterface { method collect (line 65) | public function collect(): array { method collectTableColumnTypes (line 90) | protected function collectTableColumnTypes(): array { method getAdapter (line 105) | protected function getAdapter(string $name = 'default') { method getAdapterV5 (line 120) | protected function getAdapterV5(string $name): AdapterInterface { method getAdapterV4 (line 146) | protected function getAdapterV4(string $name): PhinxAdapterInterface { FILE: src/Generator/Task/DatabaseTableTask.php class DatabaseTableTask (line 16) | class DatabaseTableTask implements TaskInterface { method collect (line 41) | public function collect(): array { method collectTables (line 66) | protected function collectTables(): array { method getConnection (line 98) | protected function getConnection(string $name = 'default') { FILE: src/Generator/Task/DatabaseTypeTask.php class DatabaseTypeTask (line 15) | class DatabaseTypeTask implements TaskInterface { method collect (line 22) | public function collect(): array { method getTypes (line 53) | protected function getTypes(): array { FILE: src/Generator/Task/ElementTask.php class ElementTask (line 15) | class ElementTask implements TaskInterface { method collect (line 22) | public function collect(): array { method collectElements (line 43) | protected function collectElements(): array { method addElements (line 67) | protected function addElements(array $result, array $paths, ?string $p... FILE: src/Generator/Task/EntityTask.php class EntityTask (line 11) | class EntityTask extends ModelTask { method collect (line 37) | public function collect(): array { method getEntityFields (line 58) | protected function getEntityFields(): array { method addFromRelations (line 118) | protected function addFromRelations(Table $table): array { FILE: src/Generator/Task/EnvTask.php class EnvTask (line 8) | class EnvTask implements TaskInterface { method collect (line 55) | public function collect(): array { method envKeys (line 72) | protected function envKeys(): array { FILE: src/Generator/Task/FixtureTask.php class FixtureTask (line 11) | class FixtureTask implements TaskInterface { method collect (line 21) | public function collect(): array { method getFixtures (line 36) | protected function getFixtures(): array { method parseFixtures (line 69) | protected function parseFixtures(string $fixtureFolder, string $domain... FILE: src/Generator/Task/FormHelperTask.php class FormHelperTask (line 13) | class FormHelperTask extends ModelTask { method collect (line 20) | public function collect(): array { method collectFieldNames (line 37) | protected function collectFieldNames(): array { FILE: src/Generator/Task/HelperTask.php class HelperTask (line 15) | class HelperTask implements TaskInterface { method collect (line 36) | public function collect(): array { method collectHelpers (line 67) | protected function collectHelpers(): array { method addHelpers (line 93) | protected function addHelpers(array $helpers, $folder, $plugin = null) { FILE: src/Generator/Task/LayoutTask.php class LayoutTask (line 14) | class LayoutTask implements TaskInterface { method collect (line 21) | public function collect(): array { method collectLayouts (line 42) | protected function collectLayouts(): array { method addLayouts (line 66) | protected function addLayouts(array $result, array $paths, ?string $pl... FILE: src/Generator/Task/MailerTask.php class MailerTask (line 13) | class MailerTask implements TaskInterface { method collect (line 22) | public function collect(): array { method collectMailers (line 44) | protected function collectMailers(): array { method addMailers (line 70) | protected function addMailers(array $components, $folder, $plugin = nu... FILE: src/Generator/Task/ModelTask.php class ModelTask (line 14) | class ModelTask implements TaskInterface { method __construct (line 32) | public function __construct() { method clearBuffer (line 39) | public static function clearBuffer(): void { method collect (line 46) | public function collect(): array { method collectModels (line 68) | protected function collectModels(): array { method addModels (line 100) | protected function addModels(array $models, $folder, $plugin = null) { FILE: src/Generator/Task/PluginTask.php class PluginTask (line 11) | class PluginTask implements TaskInterface { method collect (line 30) | public function collect(): array { method collectPlugins (line 54) | protected function collectPlugins(): array { FILE: src/Generator/Task/RequestTask.php class RequestTask (line 15) | class RequestTask implements TaskInterface { method collect (line 50) | public function collect(): array { method collectParamKeys (line 71) | protected function collectParamKeys(): array { method collectAttributes (line 85) | protected function collectAttributes(): array { method addAttributesFromPlugins (line 116) | protected function addAttributesFromPlugins(array $attributes): array { FILE: src/Generator/Task/RoutePathTask.php class RoutePathTask (line 17) | class RoutePathTask implements TaskInterface { method __construct (line 30) | public function __construct() { method collect (line 37) | public function collect(): array { method collectPaths (line 66) | protected function collectPaths(): array { method _paths (line 92) | protected function _paths(string $folder, ?string $plugin = null, ?str... FILE: src/Generator/Task/TableAssociationTask.php class TableAssociationTask (line 13) | class TableAssociationTask extends ModelTask { method collect (line 30) | public function collect(): array { FILE: src/Generator/Task/TableFinderTask.php class TableFinderTask (line 18) | class TableFinderTask extends ModelTask { method collect (line 48) | public function collect(): array { method collectFinders (line 71) | protected function collectFinders(): array { method getCustomFinders (line 91) | protected function getCustomFinders(): array { method invokeProperty (line 152) | protected function invokeProperty(&$object, string $name) { method getFinderMethods (line 167) | protected function getFinderMethods($className) { method addMethod (line 187) | protected function addMethod(array $result, $method, $className) { FILE: src/Generator/Task/TaskInterface.php type TaskInterface (line 5) | interface TaskInterface { method collect (line 10) | public function collect(): array; FILE: src/Generator/Task/TranslationKeyTask.php class TranslationKeyTask (line 19) | class TranslationKeyTask implements TaskInterface { method __construct (line 23) | public function __construct() { method collect (line 44) | public function collect(): array { method translationKeys (line 86) | protected function translationKeys(): array { method parseTranslations (line 109) | protected function parseTranslations(): array { method completeDomains (line 176) | protected function completeDomains(array $domains): array { FILE: src/Generator/Task/ValidationTask.php class ValidationTask (line 10) | class ValidationTask implements TaskInterface { method collect (line 40) | public function collect(): array { method getValidatorRequirePresence (line 59) | protected function getValidatorRequirePresence(): array { FILE: src/Generator/TaskCollection.php class TaskCollection (line 37) | class TaskCollection { method __construct (line 81) | public function __construct(array $tasks = []) { method defaultTasks (line 97) | protected function defaultTasks(): array { method add (line 117) | protected function add($task) { method tasks (line 137) | public function tasks(): array { method getMap (line 144) | public function getMap(): array { FILE: src/IdeHelperPlugin.php class IdeHelperPlugin (line 24) | class IdeHelperPlugin extends BasePlugin { method console (line 32) | public function console(CommandCollection $commands): CommandCollection { FILE: src/Illuminator/Illuminator.php class Illuminator (line 7) | class Illuminator { method __construct (line 14) | public function __construct(TaskCollection $taskCollection) { method illuminate (line 23) | public function illuminate($path, $filter) { method shouldSkip (line 49) | protected function shouldSkip($fileName, $filter) { method getFiles (line 61) | protected function getFiles($path) { FILE: src/Illuminator/Task/AbstractTask.php class AbstractTask (line 24) | abstract class AbstractTask { method __construct (line 62) | public function __construct(array $config) { method shouldRun (line 74) | abstract public function shouldRun(string $path): bool; method run (line 81) | abstract public function run(string $content, string $path): string; FILE: src/Illuminator/Task/ControllerDefaultTableTask.php class ControllerDefaultTableTask (line 13) | class ControllerDefaultTableTask extends AbstractTask { method shouldRun (line 29) | public function shouldRun(string $path): bool { method run (line 51) | public function run(string $content, string $path): string { method hasDefaultTableProperty (line 86) | protected function hasDefaultTableProperty(File $file, int $classIndex... method addDefaultTableProperty (line 124) | protected function addDefaultTableProperty(File $file, int $classIndex... method detectIndentation (line 149) | protected function detectIndentation(File $file, int $index): string { method extractNamespace (line 172) | protected function extractNamespace(string $content): ?string { method detectPluginFromNamespace (line 184) | protected function detectPluginFromNamespace(string $namespace): string { FILE: src/Illuminator/Task/EntityFieldTask.php class EntityFieldTask (line 17) | class EntityFieldTask extends AbstractTask { method shouldRun (line 43) | public function shouldRun(string $path): bool { method run (line 52) | public function run(string $content, string $path): string { method getFields (line 86) | protected function getFields(File $file, int $classIndex): array { method findDocBlockCloseTagIndex (line 138) | protected function findDocBlockCloseTagIndex(File $file, int $index): ... method addClassConstants (line 155) | protected function addClassConstants(File $file, array $fields, $index... method getFieldConstants (line 211) | protected function getFieldConstants(array $tokens, int $startIndex, i... method visibility (line 253) | protected function visibility(): bool { FILE: src/Illuminator/Task/TableValidationLinkTask.php class TableValidationLinkTask (line 18) | class TableValidationLinkTask extends AbstractTask { method shouldRun (line 24) | public function shouldRun(string $path): bool { method run (line 35) | public function run(string $content, string $path): string { method findTableProviderMethods (line 50) | protected function findTableProviderMethods(string $content): array { method insertLinkAnnotations (line 193) | protected function insertLinkAnnotations(string $content, array $links... method hasLinkAnnotation (line 230) | protected function hasLinkAnnotation(string $line, string $methodName)... FILE: src/Illuminator/TaskCollection.php class TaskCollection (line 17) | class TaskCollection { method __construct (line 51) | public function __construct(Io $io, array $config, array $tasks = []) { method defaultTasks (line 79) | protected function defaultTasks(): array { method add (line 99) | protected function add($task) { method tasks (line 119) | public function tasks(): array { method taskNames (line 128) | public function taskNames($tasks = []): array { method run (line 150) | public function run(string $path): bool { method displayDiff (line 187) | protected function displayDiff(string $oldContent, string $newContent)... method storeFile (line 237) | protected function storeFile(string $path, string $contents, bool $dry... FILE: src/Utility/App.php class App (line 10) | class App extends CoreApp { method className (line 20) | public static function className(string $class, string $type = '', str... method classNameOrFail (line 62) | public static function classNameOrFail(string $class, string $type = '... FILE: src/Utility/AppPath.php class AppPath (line 8) | class AppPath { method get (line 16) | public static function get(string $type, ?string $plugin = null): array { FILE: src/Utility/CollectionClass.php class CollectionClass (line 8) | class CollectionClass { method name (line 15) | public static function name(string $name): string { FILE: src/Utility/ControllerActionParser.php class ControllerActionParser (line 11) | class ControllerActionParser { method parse (line 23) | public function parse(string $path): array { method parseFile (line 50) | protected function parseFile($path): array { FILE: src/Utility/GenericString.php class GenericString (line 8) | class GenericString { method generate (line 16) | public static function generate(string $value, ?string $type = null): ... FILE: src/Utility/Plugin.php class Plugin (line 8) | class Plugin extends CorePlugin { method all (line 13) | public static function all(): array { FILE: src/Utility/PluginPath.php class PluginPath (line 7) | class PluginPath { method get (line 14) | public static function get(string $plugin): string { method classPath (line 28) | public static function classPath(string $plugin): string { FILE: src/Utility/TranslationParser.php class TranslationParser (line 7) | class TranslationParser { method __construct (line 11) | public function __construct() { method parse (line 20) | public function parse(string $path): array { method escapeSlashes (line 39) | protected function escapeSlashes(string $key): string { FILE: src/ValueObject/ArgumentsSet.php class ArgumentsSet (line 12) | class ArgumentsSet implements ValueObjectInterface { method __construct (line 19) | private function __construct(string $value) { method create (line 30) | public static function create(string $value) { method raw (line 37) | public function raw(): string { method __toString (line 44) | public function __toString(): string { FILE: src/ValueObject/ClassName.php class ClassName (line 8) | class ClassName implements ValueObjectInterface { method __construct (line 15) | private function __construct(string $className) { method create (line 25) | public static function create(string $className) { method raw (line 36) | public function raw(): string { method __toString (line 43) | public function __toString(): string { FILE: src/ValueObject/KeyValue.php class KeyValue (line 8) | class KeyValue { method __construct (line 18) | private function __construct(ValueObjectInterface $key, ValueObjectInt... method create (line 31) | public static function create(ValueObjectInterface $key, ValueObjectIn... method key (line 38) | public function key(): ValueObjectInterface { method value (line 45) | public function value(): ValueObjectInterface { FILE: src/ValueObject/LiteralName.php class LiteralName (line 8) | class LiteralName implements ValueObjectInterface { method __construct (line 15) | private function __construct(string $value) { method create (line 26) | public static function create(string $value) { method raw (line 33) | public function raw(): string { method __toString (line 40) | public function __toString(): string { FILE: src/ValueObject/StringName.php class StringName (line 8) | class StringName implements ValueObjectInterface { method __construct (line 15) | private function __construct(string $value) { method create (line 26) | public static function create(string $value) { method raw (line 33) | public function raw(): string { method __toString (line 40) | public function __toString(): string { FILE: src/ValueObject/ValueObjectInterface.php type ValueObjectInterface (line 5) | interface ValueObjectInterface { method create (line 14) | public static function create(string $value); method raw (line 21) | public function raw(): string; method __toString (line 28) | public function __toString(): string; FILE: src/View/Helper/DocBlockHelper.php class DocBlockHelper (line 12) | class DocBlockHelper extends BakeDocBlockHelper { method buildEntityPropertyHintTypeMap (line 30) | public function buildEntityPropertyHintTypeMap(array $propertySchema):... method columnTypeNullable (line 50) | public function columnTypeNullable(array $info, ?string $type, ?string... method buildEntityAssociationHintTypeMap (line 80) | public function buildEntityAssociationHintTypeMap(array $propertySchem... method associatedEntityTypeToHintType (line 113) | public function associatedEntityTypeToHintType(string $type, Associati... method buildTableAnnotations (line 137) | public function buildTableAnnotations( method setVirtualFields (line 214) | public function setVirtualFields(array $virtualFields): void { method getVirtualFields (line 221) | public function getVirtualFields(): array { FILE: tests/Fixture/BarBarsFixture.php class BarBarsFixture (line 7) | class BarBarsFixture extends TestFixture { FILE: tests/Fixture/CarsFixture.php class CarsFixture (line 8) | class CarsFixture extends TestFixture { FILE: tests/Fixture/FoosFixture.php class FoosFixture (line 7) | class FoosFixture extends TestFixture { FILE: tests/Fixture/HousesFixture.php class HousesFixture (line 7) | class HousesFixture extends TestFixture { FILE: tests/Fixture/WheelsFixture.php class WheelsFixture (line 7) | class WheelsFixture extends TestFixture { FILE: tests/Fixture/WindowsFixture.php class WindowsFixture (line 7) | class WindowsFixture extends TestFixture { FILE: tests/TestCase/Annotation/AnnotationFactoryTest.php class AnnotationFactoryTest (line 14) | class AnnotationFactoryTest extends TestCase { method testCreate (line 19) | public function testCreate() { method testCreateFromString (line 53) | public function testCreateFromString() { method testCreateFromStringWithSpaceInsideGenericType (line 126) | public function testCreateFromStringWithSpaceInsideGenericType() { FILE: tests/TestCase/Annotation/ExtendsAnnotationTest.php class ExtendsAnnotationTest (line 10) | class ExtendsAnnotationTest extends TestCase { method testBuild (line 15) | public function testBuild() { method testReplaceWith (line 25) | public function testReplaceWith() { method testMatches (line 38) | public function testMatches() { method testMatchesWithDescription (line 58) | public function testMatchesWithDescription() { method testIndex (line 71) | public function testIndex() { method testIndexInvalidCall (line 81) | public function testIndexInvalidCall() { FILE: tests/TestCase/Annotation/MethodAnnotationTest.php class MethodAnnotationTest (line 10) | class MethodAnnotationTest extends TestCase { method testBuild (line 15) | public function testBuild() { method testReplaceWith (line 25) | public function testReplaceWith() { method testMatches (line 38) | public function testMatches() { method testMatchesWithDescription (line 58) | public function testMatchesWithDescription() { method testIndex (line 71) | public function testIndex() { method testIndexInvalidCall (line 81) | public function testIndexInvalidCall() { FILE: tests/TestCase/Annotation/MixinAnnotationTest.php class MixinAnnotationTest (line 10) | class MixinAnnotationTest extends TestCase { method testBuild (line 15) | public function testBuild() { method testReplaceWith (line 25) | public function testReplaceWith() { method testMatches (line 38) | public function testMatches() { method testMatchesWithDescription (line 58) | public function testMatchesWithDescription() { method testIndex (line 77) | public function testIndex() { method testIndexInvalidCall (line 87) | public function testIndexInvalidCall() { FILE: tests/TestCase/Annotation/ParamAnnotationTest.php class ParamAnnotationTest (line 9) | class ParamAnnotationTest extends TestCase { method testBuild (line 14) | public function testBuild() { method testReplaceWith (line 24) | public function testReplaceWith() { method testMatches (line 37) | public function testMatches() { method testMatchesWithDescription (line 57) | public function testMatchesWithDescription() { FILE: tests/TestCase/Annotation/PropertyAnnotationTest.php class PropertyAnnotationTest (line 9) | class PropertyAnnotationTest extends TestCase { method testBuild (line 14) | public function testBuild() { method testReplaceWith (line 24) | public function testReplaceWith() { method testMatches (line 37) | public function testMatches() { method testMatchesWithDescription (line 57) | public function testMatchesWithDescription() { method testMatchesWithoutVariableChar (line 70) | public function testMatchesWithoutVariableChar() { FILE: tests/TestCase/Annotation/UsesAnnotationTest.php class UsesAnnotationTest (line 10) | class UsesAnnotationTest extends TestCase { method testBuild (line 15) | public function testBuild() { method testReplaceWith (line 25) | public function testReplaceWith() { method testMatches (line 38) | public function testMatches() { method testMatchesWithDescription (line 58) | public function testMatchesWithDescription() { method testIndex (line 77) | public function testIndex() { method testIndexInvalidCall (line 87) | public function testIndexInvalidCall() { FILE: tests/TestCase/Annotation/VariableAnnotationTest.php class VariableAnnotationTest (line 9) | class VariableAnnotationTest extends TestCase { method testBuild (line 14) | public function testBuild() { method testReplaceWith (line 24) | public function testReplaceWith() { method testMatches (line 37) | public function testMatches() { method testMatchesWithDescription (line 57) | public function testMatchesWithDescription() { method testReplaceWithPreservesNullableForGuessed (line 70) | public function testReplaceWithPreservesNullableForGuessed() { method testReplaceWithPreservesNullForNonGuessed (line 88) | public function testReplaceWithPreservesNullForNonGuessed() { method testReplaceWithDoesNotDuplicateNull (line 105) | public function testReplaceWithDoesNotDuplicateNull() { FILE: tests/TestCase/Annotator/CallbackAnnotatorTask/VirtualFieldCallbackAnnotatorTaskTest.php class VirtualFieldCallbackAnnotatorTaskTest (line 12) | class VirtualFieldCallbackAnnotatorTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun() { method testAnnotate (line 48) | public function testAnnotate() { method testAnnotateExisting (line 63) | public function testAnnotateExisting() { method getTask (line 87) | protected function getTask(string $path, string $content, array $param... FILE: tests/TestCase/Annotator/CallbackAnnotatorTest.php class CallbackAnnotatorTest (line 13) | class CallbackAnnotatorTest extends TestCase { method setUp (line 24) | protected function setUp(): void { method tearDown (line 41) | protected function tearDown(): void { method testAnnotate (line 53) | public function testAnnotate() { method _getAnnotatorMock (line 83) | protected function _getAnnotatorMock(array $params) { FILE: tests/TestCase/Annotator/ClassAnnotatorTask/FormClassAnnotatorTaskTest.php class FormClassAnnotatorTaskTest (line 12) | class FormClassAnnotatorTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun() { method testShouldRunNestedNamespace (line 54) | public function testShouldRunNestedNamespace() { method testAnnotate (line 72) | public function testAnnotate() { method testAnnotateExisting (line 90) | public function testAnnotateExisting() { method getTask (line 112) | protected function getTask(string $content, array $params = []) { FILE: tests/TestCase/Annotator/ClassAnnotatorTask/MailerClassAnnotatorTaskTest.php class MailerClassAnnotatorTaskTest (line 12) | class MailerClassAnnotatorTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun() { method testShouldRunViaCall (line 49) | public function testShouldRunViaCall() { method testShouldRunViaCallPlugin (line 63) | public function testShouldRunViaCallPlugin() { method testAnnotate (line 77) | public function testAnnotate() { method testAnnotateSingleLine (line 95) | public function testAnnotateSingleLine() { method testAnnotateMultiLine (line 113) | public function testAnnotateMultiLine() { method testAnnotateExisting (line 131) | public function testAnnotateExisting() { method testShouldRunInvalid (line 150) | public function testShouldRunInvalid() { method getTask (line 165) | protected function getTask(string $content, array $params = []) { FILE: tests/TestCase/Annotator/ClassAnnotatorTask/TableFindAnnotatorTaskTest.php class TableFindAnnotatorTaskTest (line 12) | class TableFindAnnotatorTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun(): void { method testAnnotate (line 54) | public function testAnnotate(): void { method testAnnotateNoMatches (line 77) | public function testAnnotateNoMatches(): void { method testAnnotateAlreadyAnnotated (line 98) | public function testAnnotateAlreadyAnnotated(): void { method getTask (line 121) | protected function getTask(string $content, array $params = []): Table... FILE: tests/TestCase/Annotator/ClassAnnotatorTask/TestClassAnnotatorTaskTest.php class TestClassAnnotatorTaskTest (line 13) | class TestClassAnnotatorTaskTest extends TestCase { method setUp (line 24) | protected function setUp(): void { method testShouldRun (line 36) | public function testShouldRun() { method testAnnotate (line 57) | public function testAnnotate() { method testAnnotateExisting (line 75) | public function testAnnotateExisting() { method testAnnotatePreferUses (line 94) | public function testAnnotatePreferUses() { method testAnnotateSkipsWhenUsesClassAttribute (line 114) | public function testAnnotateSkipsWhenUsesClassAttribute() { method testAnnotateExistingLink (line 129) | public function testAnnotateExistingLink() { method getTask (line 151) | protected function getTask(string $content, array $params = []) { FILE: tests/TestCase/Annotator/ClassAnnotatorTest.php class ClassAnnotatorTest (line 12) | class ClassAnnotatorTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method tearDown (line 41) | protected function tearDown(): void { method testAnnotate (line 54) | public function testAnnotate() { method _getAnnotatorMock (line 81) | protected function _getAnnotatorMock(array $params) { FILE: tests/TestCase/Annotator/CommandAnnotatorTest.php class CommandAnnotatorTest (line 12) | class CommandAnnotatorTest extends TestCase { method setUp (line 30) | protected function setUp(): void { method testAnnotate (line 42) | public function testAnnotate() { method _getAnnotatorMock (line 68) | protected function _getAnnotatorMock(array $params): CommandAnnotator { FILE: tests/TestCase/Annotator/ComponentAnnotatorTest.php class ComponentAnnotatorTest (line 13) | class ComponentAnnotatorTest extends TestCase { method setUp (line 27) | protected function setUp(): void { method testAnnotate (line 39) | public function testAnnotate() { method testAnnotateWithExistingDocBlock (line 66) | public function testAnnotateWithExistingDocBlock() { method _getAnnotatorMock (line 92) | protected function _getAnnotatorMock(array $params): ComponentAnnotator { method testAnnotateWithControllerUsage (line 104) | public function testAnnotateWithControllerUsage() { FILE: tests/TestCase/Annotator/ControllerAnnotatorTest.php class ControllerAnnotatorTest (line 12) | class ControllerAnnotatorTest extends TestCase { method setUp (line 30) | protected function setUp(): void { method testAnnotate (line 42) | public function testAnnotate() { method testAnnotateWithCustomModelAndLoadModel (line 67) | public function testAnnotateWithCustomModelAndLoadModel() { method testAnnotateWithAppController (line 92) | public function testAnnotateWithAppController() { method _getAnnotatorMock (line 118) | protected function _getAnnotatorMock(array $params): ControllerAnnotat... method testAnnotateWithPluginController (line 130) | public function testAnnotateWithPluginController() { method testAnnotateWithPluginControllerExplicit (line 158) | public function testAnnotateWithPluginControllerExplicit() { method testAnnotateWithPluginControllerNoModel (line 186) | public function testAnnotateWithPluginControllerNoModel() { method testAnnotateWithDynamicProperties (line 203) | public function testAnnotateWithDynamicProperties() { method testAnnotateWithDynamicPropertiesExistingDocblock (line 228) | public function testAnnotateWithDynamicPropertiesExistingDocblock() { FILE: tests/TestCase/Annotator/DiffHelperTrait.php type DiffHelperTrait (line 8) | trait DiffHelperTrait { method _displayDiff (line 18) | protected function _displayDiff($expected, $actual) { FILE: tests/TestCase/Annotator/EntityAnnotatorTest.php class EntityAnnotatorTest (line 19) | class EntityAnnotatorTest extends TestCase { method setUp (line 33) | protected function setUp(): void { method testBuildExtendedEntityPropertyHintTypeMap (line 120) | public function testBuildExtendedEntityPropertyHintTypeMap() { method testAnnotate (line 166) | public function testAnnotate() { method testAnnotateWithExistingDocBlock (line 196) | public function testAnnotateWithExistingDocBlock() { method testAnnotateWithExistingDocBlockComplex (line 226) | public function testAnnotateWithExistingDocBlockComplex() { method testAnnotateWithVirtualProperties (line 256) | public function testAnnotateWithVirtualProperties() { method testAnnotateWithVirtualPropertiesReadOnly (line 287) | public function testAnnotateWithVirtualPropertiesReadOnly() { method testAnnotateWithVirtualPropertiesAndReturnTypes (line 318) | public function testAnnotateWithVirtualPropertiesAndReturnTypes() { method testAnnotateHasOne (line 349) | public function testAnnotateHasOne() { method testAnnotateBelongsToRequired (line 379) | public function testAnnotateBelongsToRequired() { method testAnnotateBelongsToNullable (line 409) | public function testAnnotateBelongsToNullable() { method testAnnotateWithGenericUsage (line 439) | public function testAnnotateWithGenericUsage() { method testAnnotateWithDuplicates (line 475) | public function testAnnotateWithDuplicates() { method testAnnotateWithComplexType (line 506) | public function testAnnotateWithComplexType() { method _getAnnotatorMock (line 538) | protected function _getAnnotatorMock(array $params): EntityAnnotator { FILE: tests/TestCase/Annotator/HelperAnnotatorTest.php class HelperAnnotatorTest (line 12) | class HelperAnnotatorTest extends TestCase { method setUp (line 25) | protected function setUp(): void { method testAnnotate (line 37) | public function testAnnotate() { method testAnnotatePreservesCustomMethodAnnotations (line 62) | public function testAnnotatePreservesCustomMethodAnnotations() { method _getAnnotatorMock (line 88) | protected function _getAnnotatorMock(array $params): HelperAnnotator { FILE: tests/TestCase/Annotator/ModelAnnotatorSpecificTest.php class ModelAnnotatorSpecificTest (line 19) | class ModelAnnotatorSpecificTest extends TestCase { method setUp (line 41) | protected function setUp(): void { method tearDown (line 105) | public function tearDown(): void { method _getAnnotatorMock (line 118) | protected function _getAnnotatorMock(array $params): ModelAnnotator { method testAnnotateSpecific (line 131) | public function testAnnotateSpecific() { method testAnnotateSpecificDetailed (line 156) | public function testAnnotateSpecificDetailed() { method testAnnotateSpecificExistingMerge (line 183) | public function testAnnotateSpecificExistingMerge() { method testAnnotateSpecificExistingReplace (line 208) | public function testAnnotateSpecificExistingReplace() { method testAnnotateSpecificSkip (line 233) | public function testAnnotateSpecificSkip() { method testAnnotateSpecificSkipAll (line 257) | public function testAnnotateSpecificSkipAll() { method testAnnotateSpecificCatchExceptions (line 281) | public function testAnnotateSpecificCatchExceptions() { method testAnnotateSpecificProtectedParent (line 294) | public function testAnnotateSpecificProtectedParent() { FILE: tests/TestCase/Annotator/ModelAnnotatorTest.php class ModelAnnotatorTest (line 16) | class ModelAnnotatorTest extends TestCase { method setUp (line 38) | protected function setUp(): void { method tearDown (line 108) | public function tearDown(): void { method _getAnnotatorMock (line 120) | protected function _getAnnotatorMock(array $params): ModelAnnotator { method _getEntityTemplateAnnotatorMock (line 134) | protected function _getEntityTemplateAnnotatorMock(array $params): Mod... method testAnnotate (line 153) | public function testAnnotate() { method testAnnotateExistingMerge (line 178) | public function testAnnotateExistingMerge() { method testAnnotateExistingReplace (line 203) | public function testAnnotateExistingReplace() { method testAnnotateSkip (line 228) | public function testAnnotateSkip() { method testAnnotateSkipAll (line 252) | public function testAnnotateSkipAll() { method testAnnotateCatchExceptions (line 276) | public function testAnnotateCatchExceptions() { method testAnnotateProtectedParent (line 289) | public function testAnnotateProtectedParent() { method testAnnotateDetailed (line 314) | public function testAnnotateDetailed() { method testAnnotateWithEntityFindQuery (line 346) | public function testAnnotateWithEntityFindQuery() { method testAnnotateWithEntityTemplate (line 378) | public function testAnnotateWithEntityTemplate() { FILE: tests/TestCase/Annotator/Template/VariableExtractorTest.php class VariableExtractorTest (line 17) | class VariableExtractorTest extends TestCase { method setUp (line 26) | protected function setUp(): void { method testExtract (line 35) | public function testExtract() { method testExtractExceptions (line 82) | public function testExtractExceptions() { method testExtractAssignment (line 115) | public function testExtractAssignment() { method testExtractTypeStringAndArray (line 161) | public function testExtractTypeStringAndArray() { method testExtractFromStrings (line 199) | public function testExtractFromStrings(): void { method testExtractExcludesAnonymousFunctionParameters (line 216) | public function testExtractExcludesAnonymousFunctionParameters() { method testExtractFromCompact (line 263) | public function testExtractFromCompact(): void { FILE: tests/TestCase/Annotator/TemplateAnnotatorTest.php class TemplateAnnotatorTest (line 17) | class TemplateAnnotatorTest extends TestCase { method setUp (line 31) | protected function setUp(): void { method tearDown (line 64) | protected function tearDown(): void { method testGetVariableAnnotations (line 73) | public function testGetVariableAnnotations() { method testNeedsViewAnnotation (line 96) | public function testNeedsViewAnnotation() { method testAnnotate (line 127) | public function testAnnotate() { method testAnnotateLoop (line 154) | public function testAnnotateLoop() { method testAnnotatePhpLine (line 181) | public function testAnnotatePhpLine() { method testAnnotateExistingBasic (line 208) | public function testAnnotateExistingBasic() { method testAnnotateExistingOutdated (line 235) | public function testAnnotateExistingOutdated() { method testAnnotateExistingStrict (line 262) | public function testAnnotateExistingStrict() { method testAnnotateEmptyPreemptive (line 289) | public function testAnnotateEmptyPreemptive() { method testAnnotateVars (line 316) | public function testAnnotateVars() { method testAnnotateEmpty (line 343) | public function testAnnotateEmpty() { method testAnnotateInline (line 365) | public function testAnnotateInline() { method testAnnotateWithFollowingInline (line 392) | public function testAnnotateWithFollowingInline() { method testAnnotateWithShapedArray (line 419) | public function testAnnotateWithShapedArray() { method testAnnotateWithMultilineArray (line 446) | public function testAnnotateWithMultilineArray() { method testAnnotateWithAnonymousFunctions (line 473) | public function testAnnotateWithAnonymousFunctions() { method testAnnotateWithStringInterpolation (line 522) | public function testAnnotateWithStringInterpolation() { method testAnnotatePreservesCustomViewAnnotation (line 551) | public function testAnnotatePreservesCustomViewAnnotation() { method _getAnnotatorMock (line 578) | protected function _getAnnotatorMock(array $params): TemplateAnnotator { FILE: tests/TestCase/Annotator/ViewAnnotatorTest.php class ViewAnnotatorTest (line 13) | class ViewAnnotatorTest extends TestCase { method setUp (line 27) | protected function setUp(): void { method testAnnotate (line 40) | public function testAnnotate() { method _getAnnotatorMock (line 66) | protected function _getAnnotatorMock(array $params): ViewAnnotator { method testGetHelpers (line 78) | public function testGetHelpers(): void { FILE: tests/TestCase/CodeCompletion/CodeCompletionGeneratorTest.php class CodeCompletionGeneratorTest (line 9) | class CodeCompletionGeneratorTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollect (line 36) | public function testCollect() { FILE: tests/TestCase/CodeCompletion/Task/BehaviorTaskTest.php class BehaviorTaskTest (line 8) | class BehaviorTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/CodeCompletion/Task/ControllerEventsTaskTest.php class ControllerEventsTaskTest (line 9) | class ControllerEventsTaskTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollectLegacy (line 25) | public function testCollectLegacy(): void { method testCollect (line 149) | public function testCollect() { FILE: tests/TestCase/CodeCompletion/Task/ModelEventsTaskTest.php class ModelEventsTaskTest (line 8) | class ModelEventsTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/CodeCompletion/Task/ViewEventsTaskTest.php class ViewEventsTaskTest (line 8) | class ViewEventsTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/CodeCompletion/TaskCollectionTest.php class TaskCollectionTest (line 8) | class TaskCollectionTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testTasks (line 24) | public function testTasks() { FILE: tests/TestCase/Command/Annotate/ClassesCommandPathAwareTest.php class ClassesCommandPathAwareTest (line 11) | class ClassesCommandPathAwareTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method tearDown (line 32) | protected function tearDown(): void { method placePluginFixtureFile (line 48) | protected function placePluginFixtureFile(): string { method placeFixtureFile (line 66) | protected function placeFixtureFile(): string { method testPathAwareTaskDirectoryIsWalked (line 81) | public function testPathAwareTaskDirectoryIsWalked(): void { method testPathAwareTaskWalksPluginPathInPluginMode (line 101) | public function testPathAwareTaskWalksPluginPathInPluginMode(): void { method testDuplicateScanPathsAcrossTasksAreWalkedOnlyOnce (line 121) | public function testDuplicateScanPathsAcrossTasksAreWalkedOnlyOnce(): ... method testNonExistentPathAwareDirectoryIsSkippedSilently (line 148) | public function testNonExistentPathAwareDirectoryIsSkippedSilently(): ... FILE: tests/TestCase/Command/Annotate/ClassesCommandTestCaseWalkTest.php class ClassesCommandTestCaseWalkTest (line 14) | class ClassesCommandTestCaseWalkTest extends TestCase { method setUp (line 31) | protected function setUp(): void { method tearDown (line 40) | protected function tearDown(): void { method placeControllerTestFile (line 58) | protected function placeControllerTestFile(): void { method testTestCaseDirectoryIsWalkedByDefault (line 82) | public function testTestCaseDirectoryIsWalkedByDefault(): void { FILE: tests/TestCase/Command/Annotate/Fixture/SecondTestPathAwareAnnotatorTask.php class SecondTestPathAwareAnnotatorTask (line 15) | class SecondTestPathAwareAnnotatorTask extends AbstractClassAnnotatorTas... method scanPaths (line 20) | public static function scanPaths(): array { method shouldRun (line 29) | public function shouldRun(string $path, string $content): bool { method annotate (line 37) | public function annotate(string $path): bool { FILE: tests/TestCase/Command/Annotate/Fixture/TestPathAwareAnnotatorTask.php class TestPathAwareAnnotatorTask (line 13) | class TestPathAwareAnnotatorTask extends AbstractClassAnnotatorTask impl... method scanPaths (line 18) | public static function scanPaths(): array { method shouldRun (line 27) | public function shouldRun(string $path, string $content): bool { method annotate (line 35) | public function annotate(string $path): bool { FILE: tests/TestCase/Command/AnnotateCommandTest.php class AnnotateCommandTest (line 11) | class AnnotateCommandTest extends TestCase { method setUp (line 25) | protected function setUp(): void { method tearDown (line 39) | public function tearDown(): void { method testModels (line 48) | public function testModels(): void { method testViews (line 57) | public function testViews(): void { method testHelpers (line 66) | public function testHelpers(): void { method testTemplates (line 75) | public function testTemplates(): void { method testTemplatesSkipFiles (line 84) | public function testTemplatesSkipFiles(): void { method testControllers (line 94) | public function testControllers() { method testCommands (line 105) | public function testCommands(): void { method testClasses (line 114) | public function testClasses(): void { method testCallbacks (line 123) | public function testCallbacks(): void { method testAll (line 131) | public function testAll() { method testAllCiModeNoChanges (line 147) | public function testAllCiModeNoChanges() { method testAllCiModeChanges (line 155) | public function testAllCiModeChanges() { method provideSubcommandsForCiModeTest (line 164) | public static function provideSubcommandsForCiModeTest() { method testIndividualSubcommandCiModeNoChanges (line 180) | #[DataProvider('provideSubcommandsForCiModeTest')] method testIndividualSubcommandCiModeChanges (line 193) | #[DataProvider('provideSubcommandsForCiModeTest')] FILE: tests/TestCase/Command/GenerateCodeCompletionCommandTest.php class GenerateCodeCompletionCommandTest (line 8) | class GenerateCodeCompletionCommandTest extends TestCase { method setUp (line 22) | protected function setUp(): void { method tearDown (line 36) | protected function tearDown(): void { method testGenerate (line 49) | public function testGenerate() { FILE: tests/TestCase/Command/GeneratePhpstormMetaCommandTest.php class GeneratePhpstormMetaCommandTest (line 12) | class GeneratePhpstormMetaCommandTest extends TestCase { method setUp (line 44) | protected function setUp(): void { method tearDown (line 62) | protected function tearDown(): void { method testDirExists (line 70) | public function testDirExists() { method testDirExistsDryRun (line 80) | public function testDirExistsDryRun() { method testGenerateDryRun (line 91) | public function testGenerateDryRun() { method testGenerate (line 101) | public function testGenerate() { FILE: tests/TestCase/Command/IlluminateCommandTest.php class IlluminateCommandTest (line 8) | class IlluminateCommandTest extends TestCase { method testIlluminateDryRun (line 15) | public function testIlluminateDryRun() { FILE: tests/TestCase/Console/IoTest.php class IoTest (line 11) | class IoTest extends TestCase { method setUp (line 24) | protected function setUp(): void { method tearDown (line 40) | protected function tearDown(): void { method testSuccess (line 48) | public function testSuccess() { method testInfo (line 58) | public function testInfo() { method testComment (line 68) | public function testComment() { method testWarn (line 78) | public function testWarn() { method testError (line 88) | public function testError() { method testErr (line 98) | public function testErr() { method testVerbose (line 108) | public function testVerbose() { method testQuiet (line 119) | public function testQuiet() { method testNl (line 130) | public function testNl() { method testHr (line 139) | public function testHr() { method testAbort (line 149) | public function testAbort() { FILE: tests/TestCase/Generator/Directive/ExitPointTest.php class ExitPointTest (line 9) | class ExitPointTest extends TestCase { method testBuild (line 14) | public function testBuild() { FILE: tests/TestCase/Generator/Directive/ExpectedArgumentsTest.php class ExpectedArgumentsTest (line 9) | class ExpectedArgumentsTest extends TestCase { method testBuild (line 14) | public function testBuild() { FILE: tests/TestCase/Generator/Directive/ExpectedReturnValuesTest.php class ExpectedReturnValuesTest (line 9) | class ExpectedReturnValuesTest extends TestCase { method testBuild (line 14) | public function testBuild() { FILE: tests/TestCase/Generator/Directive/OverrideTest.php class OverrideTest (line 11) | class OverrideTest extends TestCase { method testBuild (line 16) | public function testBuild() { method testBuildLiteralKey (line 40) | public function testBuildLiteralKey() { FILE: tests/TestCase/Generator/Directive/RegisterArgumentsSetTest.php class RegisterArgumentsSetTest (line 10) | class RegisterArgumentsSetTest extends TestCase { method testBuild (line 15) | public function testBuild() { method testToString (line 37) | public function testToString() { method testSetInsideArguments (line 50) | public function testSetInsideArguments() { method testArgumentsSetInsideReturnValues (line 76) | public function testArgumentsSetInsideReturnValues() { FILE: tests/TestCase/Generator/PhpstormGeneratorTest.php class PhpstormGeneratorTest (line 15) | class PhpstormGeneratorTest extends TestCase { method setUp (line 30) | protected function setUp(): void { method tearDown (line 49) | protected function tearDown(): void { method testCollect (line 61) | public function testCollect() { FILE: tests/TestCase/Generator/Task/BehaviorTaskTest.php class BehaviorTaskTest (line 8) | class BehaviorTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/CacheTaskTest.php class CacheTaskTest (line 9) | class CacheTaskTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/CellTaskTest.php class CellTaskTest (line 8) | class CellTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ComponentTaskTest.php class ComponentTaskTest (line 8) | class ComponentTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ConfigureTaskTest.php class ConfigureTaskTest (line 10) | class ConfigureTaskTest extends TestCase { method setUp (line 19) | protected function setUp(): void { method testCollect (line 28) | public function testCollect() { method testCollectKeys (line 56) | public function testCollectKeys(): void { FILE: tests/TestCase/Generator/Task/ConnectionTaskTest.php class ConnectionTaskTest (line 8) | class ConnectionTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ConsoleHelperTaskTest.php class ConsoleHelperTaskTest (line 8) | class ConsoleHelperTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ConsoleTaskTest.php class ConsoleTaskTest (line 8) | class ConsoleTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/DatabaseTableColumnNameTaskTest.php class DatabaseTableColumnNameTaskTest (line 8) | class DatabaseTableColumnNameTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method tearDown (line 35) | protected function tearDown(): void { method testCollect (line 44) | public function testCollect() { FILE: tests/TestCase/Generator/Task/DatabaseTableColumnTypeTaskTest.php class DatabaseTableColumnTypeTaskTest (line 14) | class DatabaseTableColumnTypeTaskTest extends TestCase { method setUp (line 29) | protected function setUp(): void { method testCollect (line 41) | public function testCollect() { method testCollectPluginLoaded (line 100) | public function testCollectPluginLoaded() { FILE: tests/TestCase/Generator/Task/DatabaseTableTaskTest.php class DatabaseTableTaskTest (line 9) | class DatabaseTableTaskTest extends TestCase { method setUp (line 24) | protected function setUp(): void { method tearDown (line 36) | protected function tearDown(): void { method testCollect (line 45) | public function testCollect() { FILE: tests/TestCase/Generator/Task/DatabaseTypeTaskTest.php class DatabaseTypeTaskTest (line 10) | class DatabaseTypeTaskTest extends TestCase { method setUp (line 17) | protected function setUp(): void { method testCollect (line 26) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ElementTaskTest.php class ElementTaskTest (line 9) | class ElementTaskTest extends TestCase { method setUp (line 18) | protected function setUp(): void { method testCollect (line 28) | public function testCollect() { FILE: tests/TestCase/Generator/Task/EntityTaskTest.php class EntityTaskTest (line 10) | class EntityTaskTest extends TestCase { method setUp (line 25) | protected function setUp(): void { method testCollect (line 35) | public function testCollect() { FILE: tests/TestCase/Generator/Task/EnvTaskTest.php class EnvTaskTest (line 8) | class EnvTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/FixtureTaskTest.php class FixtureTaskTest (line 8) | class FixtureTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/FormHelperTaskTest.php class FormHelperTaskTest (line 9) | class FormHelperTaskTest extends TestCase { method setUp (line 24) | protected function setUp(): void { method tearDown (line 37) | protected function tearDown(): void { method testCollect (line 46) | public function testCollect() { FILE: tests/TestCase/Generator/Task/HelperTaskTest.php class HelperTaskTest (line 8) | class HelperTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/LayoutTaskTest.php class LayoutTaskTest (line 9) | class LayoutTaskTest extends TestCase { method setUp (line 18) | protected function setUp(): void { method testCollect (line 27) | public function testCollect() { FILE: tests/TestCase/Generator/Task/MailerTaskTest.php class MailerTaskTest (line 8) | class MailerTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ModelTaskTest.php class ModelTaskTest (line 8) | class ModelTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/PluginTaskTest.php class PluginTaskTest (line 9) | class PluginTaskTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollect (line 26) | public function testCollect() { FILE: tests/TestCase/Generator/Task/RequestTaskTest.php class RequestTaskTest (line 8) | class RequestTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 24) | public function testCollect() { FILE: tests/TestCase/Generator/Task/RoutePathTaskTest.php class RoutePathTaskTest (line 8) | class RoutePathTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/TableAssociationTaskTest.php class TableAssociationTaskTest (line 8) | class TableAssociationTaskTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/Task/TableFinderTaskTest.php class TableFinderTaskTest (line 11) | class TableFinderTaskTest extends TestCase { method setUp (line 20) | protected function setUp(): void { method tearDown (line 31) | protected function tearDown(): void { method testCollect (line 40) | public function testCollect() { method testAddMethod (line 69) | public function testAddMethod() { method testAddMethodInvalid (line 83) | public function testAddMethodInvalid() { FILE: tests/TestCase/Generator/Task/TranslationKeyTaskTest.php class TranslationKeyTaskTest (line 9) | class TranslationKeyTaskTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollect (line 30) | public function testCollect() { FILE: tests/TestCase/Generator/Task/ValidationTaskTest.php class ValidationTaskTest (line 9) | class ValidationTaskTest extends TestCase { method setUp (line 16) | protected function setUp(): void { method testCollect (line 25) | public function testCollect() { FILE: tests/TestCase/Generator/TaskCollectionTest.php class TaskCollectionTest (line 8) | class TaskCollectionTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testTasks (line 24) | public function testTasks() { FILE: tests/TestCase/Illuminator/IlluminatorTest.php class IlluminatorTest (line 12) | class IlluminatorTest extends TestCase { method setUp (line 25) | protected function setUp(): void { method testIlluminate (line 42) | public function testIlluminate() { FILE: tests/TestCase/Illuminator/Task/ControllerDefaultTableTaskTest.php class ControllerDefaultTableTaskTest (line 12) | class ControllerDefaultTableTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun() { method testShouldRunWithDifferentPathSeparators (line 51) | public function testShouldRunWithDifferentPathSeparators() { method testRunWithExistingTable (line 70) | public function testRunWithExistingTable() { method testRunWithoutTable (line 86) | public function testRunWithoutTable() { method testRunWithExistingProperty (line 123) | public function testRunWithExistingProperty() { method testRunWithOtherProperties (line 150) | public function testRunWithOtherProperties() { method testRunWithPluginController (line 197) | public function testRunWithPluginController() { method testRunWithNestedPluginNamespace (line 233) | public function testRunWithNestedPluginNamespace() { method testRunWithFastPropertyCheck (line 269) | public function testRunWithFastPropertyCheck() { method testRunWithPropertyInCommentDefaultCheck (line 297) | public function testRunWithPropertyInCommentDefaultCheck() { method testRunWithPropertyInCommentFastCheck (line 342) | public function testRunWithPropertyInCommentFastCheck() { method _getTask (line 374) | protected function _getTask(array $params = []) { FILE: tests/TestCase/Illuminator/Task/EntityFieldTaskTest.php class EntityFieldTaskTest (line 12) | class EntityFieldTaskTest extends TestCase { method setUp (line 23) | protected function setUp(): void { method testShouldRun (line 35) | public function testShouldRun() { method testIlluminate (line 48) | public function testIlluminate() { method testIlluminateComplex (line 66) | public function testIlluminateComplex() { method testIlluminateComplex2 (line 83) | public function testIlluminateComplex2() { method testIlluminateExisting (line 100) | public function testIlluminateExisting() { method testIlluminateExistingPartial (line 116) | public function testIlluminateExistingPartial() { method testIlluminateVisibility (line 132) | public function testIlluminateVisibility() { method _getTask (line 147) | protected function _getTask(array $params = []) { FILE: tests/TestCase/Illuminator/Task/TableValidationLinkTaskTest.php class TableValidationLinkTaskTest (line 9) | class TableValidationLinkTaskTest extends TestCase { method testShouldRun (line 14) | public function testShouldRun(): void { method testRun (line 30) | public function testRun(): void { method testRunNoChanges (line 51) | public function testRunNoChanges(): void { method testRunNoTableProvider (line 68) | public function testRunNoTableProvider(): void { method getTask (line 94) | protected function getTask(array $params = []): TableValidationLinkTask { FILE: tests/TestCase/Utility/AppPathTest.php class AppPathTest (line 8) | class AppPathTest extends TestCase { method testGet (line 13) | public function testGet() { FILE: tests/TestCase/Utility/AppTest.php class AppTest (line 9) | class AppTest extends TestCase { method testClassName (line 14) | public function testClassName() { FILE: tests/TestCase/Utility/GenericStringTest.php class GenericStringTest (line 9) | class GenericStringTest extends TestCase { method testClassName (line 14) | public function testClassName() { method testClassNameObject (line 30) | public function testClassNameObject() { FILE: tests/TestCase/Utility/PluginPathTest.php class PluginPathTest (line 9) | class PluginPathTest extends TestCase { method testGet (line 14) | public function testGet() { FILE: tests/TestCase/Utility/PluginTest.php class PluginTest (line 9) | class PluginTest extends TestCase { method setUp (line 14) | protected function setUp(): void { method tearDown (line 24) | protected function tearDown(): void { method testAll (line 33) | public function testAll() { FILE: tests/TestCase/Utility/TranslationParserTest.php class TranslationParserTest (line 8) | class TranslationParserTest extends TestCase { method setUp (line 15) | protected function setUp(): void { method testParse (line 24) | public function testParse() { FILE: tests/TestCase/ValueObject/ClassNameTest.php class ClassNameTest (line 8) | class ClassNameTest extends TestCase { method testCreate (line 13) | public function testCreate(): void { method testToString (line 25) | public function testToString(): void { FILE: tests/TestCase/ValueObject/DoubleQuoteStringNameTest.php class DoubleQuoteStringNameTest (line 8) | class DoubleQuoteStringNameTest extends TestCase { method testCreate (line 13) | public function testCreate(): void { method testToString (line 22) | public function testToString(): void { FILE: tests/TestCase/ValueObject/KeyValueTest.php class KeyValueTest (line 9) | class KeyValueTest extends TestCase { method testCreate (line 14) | public function testCreate(): void { FILE: tests/TestCase/ValueObject/LiteralNameTest.php class LiteralNameTest (line 8) | class LiteralNameTest extends TestCase { method testCreate (line 13) | public function testCreate(): void { method testToString (line 22) | public function testToString(): void { FILE: tests/TestCase/ValueObject/StringNameTest.php class StringNameTest (line 8) | class StringNameTest extends TestCase { method testCreate (line 13) | public function testCreate(): void { method testToString (line 22) | public function testToString(): void { FILE: tests/TestCase/View/Helper/DocBlockHelperTest.php class DocBlockHelperTest (line 16) | #[CoversClass(DocBlockHelper::class)] method setUp (line 29) | public function setUp(): void { method tearDown (line 43) | public function tearDown(): void { method testBuildTableAnnotations (line 53) | public function testBuildTableAnnotations(): void { FILE: tests/test_app/plugins/Awesome/src/AwesomePlugin.php class AwesomePlugin (line 6) | class AwesomePlugin extends BasePlugin { FILE: tests/test_app/plugins/Awesome/src/Controller/Admin/AwesomeHousesController.php class AwesomeHousesController (line 6) | class AwesomeHousesController extends Controller { method openDoor (line 11) | public function openDoor() { FILE: tests/test_app/plugins/Awesome/src/Model/Table/HousesTable.php class HousesTable (line 9) | class HousesTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/plugins/Awesome/src/Model/Table/WindowsTable.php class WindowsTable (line 9) | class WindowsTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/plugins/Controllers/src/Controller/GenericController.php class GenericController (line 6) | #[\AllowDynamicProperties] FILE: tests/test_app/plugins/Controllers/src/Controller/HousesController.php class HousesController (line 6) | class HousesController extends Controller { FILE: tests/test_app/plugins/Controllers/src/Controller/WindowsController.php class WindowsController (line 6) | class WindowsController extends Controller { FILE: tests/test_app/plugins/Controllers/src/ControllersPlugin.php class ControllersPlugin (line 6) | class ControllersPlugin extends BasePlugin { FILE: tests/test_app/plugins/Controllers/src/Model/Table/HousesTable.php class HousesTable (line 6) | class HousesTable extends Table { FILE: tests/test_app/plugins/MyNamespace/MyPlugin/src/Controller/Component/MyComponent.php class MyComponent (line 6) | class MyComponent extends Component { FILE: tests/test_app/plugins/MyNamespace/MyPlugin/src/Model/Behavior/MyBehavior.php class MyBehavior (line 6) | class MyBehavior extends Behavior { FILE: tests/test_app/plugins/MyNamespace/MyPlugin/src/Model/Table/MyTable.php class MyTable (line 7) | class MyTable extends Table { FILE: tests/test_app/plugins/MyNamespace/MyPlugin/src/MyPluginPlugin.php class MyPluginPlugin (line 6) | class MyPluginPlugin extends BasePlugin { FILE: tests/test_app/plugins/MyNamespace/MyPlugin/tests/Fixture/Sub/MyFixture.php class MyFixture (line 7) | class MyFixture extends TestFixture { FILE: tests/test_app/plugins/Relations/src/Model/Entity/Bar.php class Bar (line 6) | class Bar extends Entity { FILE: tests/test_app/plugins/Relations/src/Model/Entity/Foo.php class Foo (line 6) | class Foo extends Entity { FILE: tests/test_app/plugins/Relations/src/Model/Entity/User.php class User (line 6) | class User extends Entity { FILE: tests/test_app/plugins/Relations/src/Model/Table/BarsTable.php class BarsTable (line 8) | class BarsTable extends Table { method initialize (line 20) | public function initialize(array $config): void { method getSchema (line 30) | public function getSchema(): TableSchemaInterface { FILE: tests/test_app/plugins/Relations/src/Model/Table/FoosTable.php class FoosTable (line 8) | class FoosTable extends Table { method initialize (line 21) | public function initialize(array $config): void { method getSchema (line 31) | public function getSchema(): TableSchemaInterface { FILE: tests/test_app/plugins/Relations/src/Model/Table/UsersTable.php class UsersTable (line 8) | class UsersTable extends Table { method initialize (line 19) | public function initialize(array $config): void { method getSchema (line 29) | public function getSchema(): TableSchemaInterface { FILE: tests/test_app/plugins/Relations/src/RelationsPlugin.php class RelationsPlugin (line 6) | class RelationsPlugin extends BasePlugin { FILE: tests/test_app/src/Application.php class Application (line 9) | class Application extends BaseApplication method bootstrap (line 11) | public function bootstrap(): void method routes (line 15) | public function routes(RouteBuilder $routes): void method middleware (line 19) | public function middleware(MiddlewareQueue $middlewareQueue): Middlewa... FILE: tests/test_app/src/Command/MyCommand.php class MyCommand (line 6) | class MyCommand extends Command { method main (line 16) | public function main() { FILE: tests/test_app/src/Controller/AppController.php class AppController (line 9) | class AppController extends Controller { method initialize (line 14) | public function initialize(): void { FILE: tests/test_app/src/Controller/BarController.php class BarController (line 6) | class BarController extends AppController { method initialize (line 15) | public function initialize(): void { method index (line 27) | public function index() { FILE: tests/test_app/src/Controller/Component/CheckHttpCacheComponent.php class CheckHttpCacheComponent (line 6) | class CheckHttpCacheComponent extends CoreCheckHttpCacheComponent { FILE: tests/test_app/src/Controller/Component/MyComponent.php class MyComponent (line 6) | class MyComponent extends Component { FILE: tests/test_app/src/Controller/Component/MyControllerComponent.php class MyControllerComponent (line 7) | class MyControllerComponent extends Component { method beforeFilter (line 14) | public function beforeFilter(EventInterface $event): void { FILE: tests/test_app/src/Controller/Component/MyOtherComponent.php class MyOtherComponent (line 10) | class MyOtherComponent extends Component { FILE: tests/test_app/src/Controller/DynamicPropertiesController.php class DynamicPropertiesController (line 4) | #[\AllowDynamicProperties] FILE: tests/test_app/src/Controller/DynamicPropertiesExistingDocblockController.php class DynamicPropertiesExistingDocblockController (line 7) | #[\AllowDynamicProperties] FILE: tests/test_app/src/Controller/FoosController.php class FoosController (line 4) | class FoosController extends AppController { FILE: tests/test_app/src/Custom/CustomClass.php class CustomClass (line 9) | class CustomClass { method initialize (line 16) | public function initialize() { FILE: tests/test_app/src/Custom/Nested/NestedClass.php class NestedClass (line 6) | class NestedClass { method initialize (line 13) | public function initialize() { FILE: tests/test_app/src/Database/Type/UuidType.php class UuidType (line 22) | class UuidType extends CoreUuidType { FILE: tests/test_app/src/Generator/Task/TestDatabaseTableColumnTypeTask.php class TestDatabaseTableColumnTypeTask (line 7) | class TestDatabaseTableColumnTypeTask extends DatabaseTableColumnTypeTask method getAdapter (line 14) | protected function getAdapter(string $name = 'test') { FILE: tests/test_app/src/Generator/Task/TestEnvTask.php class TestEnvTask (line 9) | class TestEnvTask extends EnvTask { method envKeys (line 14) | protected function envKeys(): array { FILE: tests/test_app/src/Generator/Task/TestFixtureTask.php class TestFixtureTask (line 7) | class TestFixtureTask extends FixtureTask { method getFixtures (line 12) | protected function getFixtures(): array { FILE: tests/test_app/src/Mailer/UserMailer.php class UserMailer (line 7) | class UserMailer extends Mailer { FILE: tests/test_app/src/Model/Entity/BarBar.php class BarBar (line 6) | class BarBar extends Entity { FILE: tests/test_app/src/Model/Entity/BarBarsAbstract.php class BarBarsAbstract (line 6) | class BarBarsAbstract extends Entity { FILE: tests/test_app/src/Model/Entity/Callback.php class Callback (line 6) | class Callback extends Entity { FILE: tests/test_app/src/Model/Entity/Car.php class Car (line 9) | class Car extends Entity { FILE: tests/test_app/src/Model/Entity/Complex/Wheel.php class Wheel (line 18) | class Wheel extends Entity { method _getVirtualOne (line 27) | protected function _getVirtualOne() { FILE: tests/test_app/src/Model/Entity/Complex2/Wheel.php class Wheel (line 18) | class Wheel extends Entity { method _getVirtualOne (line 27) | protected function _getVirtualOne() { FILE: tests/test_app/src/Model/Entity/Foo.php class Foo (line 11) | class Foo extends Entity { FILE: tests/test_app/src/Model/Entity/PHP/ComplexType.php class ComplexType (line 15) | class ComplexType extends Entity { FILE: tests/test_app/src/Model/Entity/PHP/Duplicates.php class Duplicates (line 16) | class Duplicates extends Entity { FILE: tests/test_app/src/Model/Entity/PHP/Generics.php class Generics (line 15) | class Generics extends Entity { FILE: tests/test_app/src/Model/Entity/PHP7/Virtual.php class Virtual (line 6) | class Virtual extends Entity { method _getVirtualOne (line 8) | protected function _getVirtualOne(): ?string { method _getVirtualTwo (line 12) | protected function _getVirtualTwo(): string { method _getNestedGeneric (line 19) | protected function _getNestedGeneric(): array { FILE: tests/test_app/src/Model/Entity/Virtual.php class Virtual (line 9) | class Virtual extends Entity { method _getVirtualOne (line 18) | protected function _getVirtualOne() { method _getVirtualTwo (line 22) | protected function _getVirtualTwo() { method _getVirtualReadOnly (line 30) | protected function _getVirtualReadOnly() { method _getWheels (line 39) | protected function _getWheels($wheels = []) { FILE: tests/test_app/src/Model/Entity/Wheel.php class Wheel (line 6) | class Wheel extends Entity { method _getVirtualOne (line 15) | protected function _getVirtualOne() { FILE: tests/test_app/src/Model/Enum/CarStatus.php method label (line 11) | public function label(): string { FILE: tests/test_app/src/Model/Table/AbstractTable.php class AbstractTable (line 10) | abstract class AbstractTable extends Table method initialize (line 16) | public function initialize(array $config): void FILE: tests/test_app/src/Model/Table/BarBarsAbstractTable.php class BarBarsAbstractTable (line 4) | class BarBarsAbstractTable extends AbstractTable { method initialize (line 10) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/BarBarsTable.php class BarBarsTable (line 6) | class BarBarsTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/CallbacksTable.php class CallbacksTable (line 10) | class CallbacksTable extends Table { method beforeSave (line 18) | public function beforeSave(Event $event, EntityInterface $entity, Arra... method afterSave (line 27) | public function afterSave(EventInterface $event, EntityInterface $enti... method beforeDelete (line 30) | public function beforeDelete(Event $event, EntityInterface $entity, Ar... FILE: tests/test_app/src/Model/Table/CarsTable.php class CarsTable (line 8) | class CarsTable extends Table { method initialize (line 14) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/CustomFinderTable.php class CustomFinderTable (line 7) | class CustomFinderTable extends Table { method findSomethingCustom (line 14) | public function findSomethingCustom(SelectQuery $query): SelectQuery { FILE: tests/test_app/src/Model/Table/ExceptionsTable.php class ExceptionsTable (line 6) | class ExceptionsTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/FoosTable.php class FoosTable (line 6) | class FoosTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/SkipMeTable.php class SkipMeTable (line 9) | class SkipMeTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/SkipSomeTable.php class SkipSomeTable (line 10) | class SkipSomeTable extends Table { method initialize (line 16) | public function initialize(array $config): void { method foo (line 25) | public function foo() { FILE: tests/test_app/src/Model/Table/Specific/AbstractTable.php class AbstractTable (line 10) | abstract class AbstractTable extends Table method initialize (line 16) | public function initialize(array $config): void FILE: tests/test_app/src/Model/Table/Specific/BarBarsAbstractTable.php class BarBarsAbstractTable (line 4) | class BarBarsAbstractTable extends AbstractTable { method initialize (line 10) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/BarBarsTable.php class BarBarsTable (line 6) | class BarBarsTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/CallbacksTable.php class CallbacksTable (line 10) | class CallbacksTable extends Table { method beforeSave (line 18) | public function beforeSave(Event $event, EntityInterface $entity, Arra... method afterSave (line 27) | public function afterSave(EventInterface $event, EntityInterface $enti... method beforeDelete (line 30) | public function beforeDelete(Event $event, EntityInterface $entity, Ar... FILE: tests/test_app/src/Model/Table/Specific/CarsTable.php class CarsTable (line 8) | class CarsTable extends Table { method initialize (line 14) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/CustomFinderTable.php class CustomFinderTable (line 7) | class CustomFinderTable extends Table { method findSomethingCustom (line 14) | public function findSomethingCustom(SelectQuery $query): SelectQuery { FILE: tests/test_app/src/Model/Table/Specific/ExceptionsTable.php class ExceptionsTable (line 6) | class ExceptionsTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/FoosTable.php class FoosTable (line 6) | class FoosTable extends Table { method initialize (line 12) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/SkipMeTable.php class SkipMeTable (line 9) | class SkipMeTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/SkipSomeTable.php class SkipSomeTable (line 10) | class SkipSomeTable extends Table { method initialize (line 16) | public function initialize(array $config): void { method foo (line 25) | public function foo() { FILE: tests/test_app/src/Model/Table/Specific/WheelsExtraTable.php class WheelsExtraTable (line 9) | class WheelsExtraTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/Specific/WheelsTable.php class WheelsTable (line 9) | class WheelsTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/WheelsExtraTable.php class WheelsExtraTable (line 9) | class WheelsExtraTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/Model/Table/WheelsTable.php class WheelsTable (line 9) | class WheelsTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_app/src/ValueObject/DoubleQuoteStringName.php class DoubleQuoteStringName (line 10) | class DoubleQuoteStringName extends StringName { method __toString (line 15) | public function __toString(): string { FILE: tests/test_app/src/View/AppView.php class AppView (line 9) | class AppView extends View { FILE: tests/test_app/src/View/Cell/TestCell.php class TestCell (line 8) | class TestCell extends Cell { method display (line 15) | public function display() { method custom (line 24) | public function custom() { FILE: tests/test_app/src/View/CustomView.php class CustomView (line 8) | class CustomView extends AppView { FILE: tests/test_app/src/View/Helper/HtmlHelper.php class HtmlHelper (line 6) | class HtmlHelper extends CoreHtmlHelper { FILE: tests/test_app/src/View/Helper/MyHelper.php class MyHelper (line 6) | class MyHelper extends Helper { FILE: tests/test_app/src/View/Helper/MyMethodHelper.php class MyMethodHelper (line 11) | class MyMethodHelper extends Helper { FILE: tests/test_app/tests/Fixture/SmallWindowsFixture.php class SmallWindowsFixture (line 7) | class SmallWindowsFixture extends TestFixture { FILE: tests/test_app/vendor/cakephp/cakephp/tests/Fixture/PostsFixture.php class PostsFixture (line 7) | class PostsFixture extends TestFixture FILE: tests/test_files/ClassAnnotation/TableFind/before.php class TestMeController (line 8) | class TestMeController method test (line 12) | public function test(): void { FILE: tests/test_files/Command/MyCommand.php class MyCommand (line 10) | class MyCommand extends Command { method main (line 20) | public function main() { FILE: tests/test_files/Controller/AppController.php class AppController (line 10) | class AppController extends Controller { method initialize (line 15) | public function initialize(): void { FILE: tests/test_files/Controller/BarController.php class BarController (line 12) | class BarController extends AppController { method initialize (line 21) | public function initialize(): void { method index (line 33) | public function index() { FILE: tests/test_files/Controller/Component/MyComponent.php class MyComponent (line 11) | class MyComponent extends Component { FILE: tests/test_files/Controller/Component/MyControllerComponent.php class MyControllerComponent (line 10) | class MyControllerComponent extends Component { method beforeFilter (line 17) | public function beforeFilter(EventInterface $event): void { FILE: tests/test_files/Controller/Component/MyOtherComponent.php class MyOtherComponent (line 11) | class MyOtherComponent extends Component { FILE: tests/test_files/Controller/DynamicPropertiesController.php class DynamicPropertiesController (line 7) | #[\AllowDynamicProperties] FILE: tests/test_files/Controller/DynamicPropertiesExistingDocblockController.php class DynamicPropertiesExistingDocblockController (line 9) | #[\AllowDynamicProperties] FILE: tests/test_files/Controller/FoosController.php class FoosController (line 7) | class FoosController extends AppController { FILE: tests/test_files/Controller/HousesController.php class HousesController (line 9) | class HousesController extends Controller { FILE: tests/test_files/Controller/WindowsController.php class WindowsController (line 9) | class WindowsController extends Controller { FILE: tests/test_files/Custom/CustomClass.php class CustomClass (line 9) | class CustomClass { method initialize (line 16) | public function initialize() { FILE: tests/test_files/Custom/Nested/NestedClass.php class NestedClass (line 9) | class NestedClass { method initialize (line 16) | public function initialize() { FILE: tests/test_files/FormAnnotation/FormAnnotation.existing.php class FormAnnotation (line 6) | class FormAnnotation { method test (line 8) | public function test() { FILE: tests/test_files/FormAnnotation/FormAnnotation.missing.php class FormAnnotation (line 6) | class FormAnnotation { method test (line 8) | public function test() { FILE: tests/test_files/MailerAnnotation/MailerAnnotation.existing.php class MailerAnnotation (line 6) | class MailerAnnotation { method test (line 8) | public function test($notificationMailer) { FILE: tests/test_files/MailerAnnotation/MailerAnnotation.invalid.php class DebugMailer (line 4) | class DebugMailer { method test (line 11) | public function test(): self { FILE: tests/test_files/MailerAnnotation/MailerAnnotation.missing.php class MailerAnnotation (line 4) | class MailerAnnotation { method test (line 6) | public function test() { FILE: tests/test_files/MailerAnnotation/MailerAnnotation.missing2.php class MailerAnnotation (line 4) | class MailerAnnotation { method test (line 6) | public function test() { FILE: tests/test_files/MailerAnnotation/MailerAnnotation.missing3.php class MailerAnnotation (line 4) | class MailerAnnotation { method test (line 6) | public function test() { FILE: tests/test_files/Model/Entity/Car.php class Car (line 17) | class Car extends Entity { FILE: tests/test_files/Model/Entity/Complex/Wheel.php class Wheel (line 16) | class Wheel extends Entity { method _getVirtualOne (line 25) | protected function _getVirtualOne() { FILE: tests/test_files/Model/Entity/Constants/Wheel.php class Wheel (line 18) | class Wheel extends Entity { method _getVirtualOne (line 27) | protected function _getVirtualOne() { FILE: tests/test_files/Model/Entity/Constants/WheelComplex.php class Wheel (line 18) | class Wheel extends Entity { method _getVirtualOne (line 27) | protected function _getVirtualOne() { FILE: tests/test_files/Model/Entity/ConstantsPartial/Wheel.php class Wheel (line 16) | class Wheel extends Entity { method _getVirtualOne (line 34) | protected function _getVirtualOne() { method _getVirtualTwo (line 38) | protected function _getVirtualTwo() { method _getWheels (line 48) | protected function _getWheels($wheels = []) { FILE: tests/test_files/Model/Entity/ConstantsPartialResult/Wheel.php class Wheel (line 16) | class Wheel extends Entity { method _getVirtualOne (line 36) | protected function _getVirtualOne() { method _getVirtualTwo (line 40) | protected function _getVirtualTwo() { method _getWheels (line 50) | protected function _getWheels($wheels = []) { FILE: tests/test_files/Model/Entity/Foo.php class Foo (line 15) | class Foo extends Entity { FILE: tests/test_files/Model/Entity/PHP/ComplexType.php class ComplexType (line 15) | class ComplexType extends Entity { FILE: tests/test_files/Model/Entity/PHP/Duplicates.php class Duplicates (line 15) | class Duplicates extends Entity { FILE: tests/test_files/Model/Entity/PHP/Generics.php class Generics (line 16) | class Generics extends Entity { FILE: tests/test_files/Model/Entity/PHP7/Virtual.php class Virtual (line 20) | class Virtual extends Entity { method _getVirtualOne (line 22) | protected function _getVirtualOne(): ?string { method _getVirtualTwo (line 26) | protected function _getVirtualTwo(): string { method _getNestedGeneric (line 33) | protected function _getNestedGeneric(): array { FILE: tests/test_files/Model/Entity/Relations/Bar.php class Bar (line 12) | class Bar extends Entity { FILE: tests/test_files/Model/Entity/Relations/Foo.php class Foo (line 13) | class Foo extends Entity { FILE: tests/test_files/Model/Entity/Relations/User.php class User (line 12) | class User extends Entity { FILE: tests/test_files/Model/Entity/Virtual.php class Virtual (line 19) | class Virtual extends Entity { method _getVirtualOne (line 28) | protected function _getVirtualOne() { method _getVirtualTwo (line 32) | protected function _getVirtualTwo() { method _getVirtualReadOnly (line 40) | protected function _getVirtualReadOnly() { method _getWheels (line 49) | protected function _getWheels($wheels = []) { FILE: tests/test_files/Model/Entity/Wheel.php class Wheel (line 18) | class Wheel extends Entity { method _getVirtualOne (line 27) | protected function _getVirtualOne() { FILE: tests/test_files/Model/Table/BarBarsAbstractTable.php class BarBarsAbstractTable (line 27) | class BarBarsAbstractTable extends AbstractTable { method initialize (line 33) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/BarBarsDetailedTable.php class BarBarsTable (line 29) | class BarBarsTable extends Table { method initialize (line 35) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/BarBarsEntityTemplateTable.php class BarBarsTable (line 29) | class BarBarsTable extends Table { method initialize (line 35) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/BarBarsTable.php class BarBarsTable (line 29) | class BarBarsTable extends Table { method initialize (line 35) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/CallbacksTable.php class CallbacksTable (line 10) | class CallbacksTable extends Table { method beforeSave (line 18) | public function beforeSave(Event $event, EntityInterface $entity, Arra... method afterSave (line 27) | public function afterSave(EventInterface $event, EntityInterface $enti... method beforeDelete (line 30) | public function beforeDelete(Event $event, EntityInterface $entity, Ar... FILE: tests/test_files/Model/Table/FooTable.php class FooTable (line 19) | class FooTable extends Table { method initialize (line 25) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/SkipMeTable.php class SkipMeTable (line 9) | class SkipMeTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/SkipSomeTable.php class SkipSomeTable (line 10) | class SkipSomeTable extends Table { method initialize (line 16) | public function initialize(array $config): void { method foo (line 25) | public function foo() { FILE: tests/test_files/Model/Table/Specific/BarBarsAbstractTable.php class BarBarsAbstractTable (line 25) | class BarBarsAbstractTable extends AbstractTable { method initialize (line 31) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/BarBarsDetailedTable.php class BarBarsTable (line 27) | class BarBarsTable extends Table { method initialize (line 33) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/BarBarsTable.php class BarBarsTable (line 27) | class BarBarsTable extends Table { method initialize (line 33) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/CallbacksTable.php class CallbacksTable (line 10) | class CallbacksTable extends Table { method beforeSave (line 18) | public function beforeSave(Event $event, EntityInterface $entity, Arra... method afterSave (line 27) | public function afterSave(EventInterface $event, EntityInterface $enti... method beforeDelete (line 30) | public function beforeDelete(Event $event, EntityInterface $entity, Ar... FILE: tests/test_files/Model/Table/Specific/FooTable.php class FooTable (line 19) | class FooTable extends Table { method initialize (line 25) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/SkipMeTable.php class SkipMeTable (line 9) | class SkipMeTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/SkipSomeTable.php class SkipSomeTable (line 10) | class SkipSomeTable extends Table { method initialize (line 16) | public function initialize(array $config): void { method foo (line 25) | public function foo() { FILE: tests/test_files/Model/Table/Specific/WheelsExtraTable.php class WheelsExtraTable (line 9) | class WheelsExtraTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Specific/WheelsTable.php class WheelsTable (line 23) | class WheelsTable extends Table { method initialize (line 29) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/Validation/IpRulesTable.php class IpRulesTable (line 8) | class IpRulesTable extends Table { method validationDefault (line 14) | public function validationDefault(Validator $validator): Validator { method verifyIpRanges (line 40) | public function verifyIpRanges(string $value, array $context): bool { method verifyDenyRanges (line 49) | public function verifyDenyRanges(string $value, array $context): bool { FILE: tests/test_files/Model/Table/ValidationResult/IpRulesTable.php class IpRulesTable (line 8) | class IpRulesTable extends Table { method validationDefault (line 14) | public function validationDefault(Validator $validator): Validator { method verifyIpRanges (line 42) | public function verifyIpRanges(string $value, array $context): bool { method verifyDenyRanges (line 51) | public function verifyDenyRanges(string $value, array $context): bool { FILE: tests/test_files/Model/Table/WheelsExtraTable.php class WheelsExtraTable (line 9) | class WheelsExtraTable extends Table { method initialize (line 15) | public function initialize(array $config): void { FILE: tests/test_files/Model/Table/WheelsTable.php class WheelsTable (line 24) | class WheelsTable extends Table { method initialize (line 30) | public function initialize(array $config): void { FILE: tests/test_files/View/AppView.php class AppView (line 13) | class AppView extends View { FILE: tests/test_files/View/Helper/MyHelper.php class MyHelper (line 11) | class MyHelper extends Helper { FILE: tests/test_files/View/Helper/MyMethodHelper.php class MyMethodHelper (line 13) | class MyMethodHelper extends Helper { FILE: tests/test_files/VirtualFieldAnnotation/VirtualFieldAnnotation.existing.php class Foo (line 4) | class Foo { method _getExpectedReleaseType (line 11) | protected function _getExpectedReleaseType(): ?int { method _getSomething (line 22) | protected function _getSomething(): ?string { FILE: tests/test_files/VirtualFieldAnnotation/VirtualFieldAnnotation.missing.php class Foo (line 4) | class Foo { method _getExpectedReleaseType (line 9) | protected function _getExpectedReleaseType(): ?int FILE: tests/test_files/tests/BarControllerTest.attribute.php class BarControllerTest (line 8) | #[UsesClass(BarController::class)] FILE: tests/test_files/tests/BarControllerTest.existing.php class BarControllerTest (line 9) | class BarControllerTest extends IntegrationTestCase { FILE: tests/test_files/tests/BarControllerTest.link.php class BarControllerTest (line 9) | class BarControllerTest extends IntegrationTestCase { FILE: tests/test_files/tests/BarControllerTest.missing.php class BarControllerTest (line 6) | class BarControllerTest extends IntegrationTestCase {