Skip to content

WorkingProjectPathResolver

github-actions edited this page Apr 23, 2026 · 1 revision

Provides canonical repository-root paths that are not part of the managed workspace.


  • Full name: \FastForward\DevTools\Path\WorkingProjectPathResolver
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Methods

getProjectPath

Returns the current working project directory or a path under it.

public static getProjectPath(string $path = ''): string
  • This method is static. Parameters:
Parameter Type Description
$path string the optional relative segment to append under the project directory

getToolingExcludedDirectories

Returns the project directories that static-analysis and coding-style tooling SHOULD skip.

public static getToolingExcludedDirectories(string $baseDir = ''): list<string>
  • This method is static. Parameters:
Parameter Type Description
$baseDir string the optional repository base directory used to materialize absolute paths

Clone this wiki locally