$sourceDirectory
$sourceDirectory : string
Class used to find an example file's location based on a given ExampleDescriptor.
getExampleFileContents(string $filename) : ?string[]
Attempts to find the requested example file and returns its contents or null if no file was found.
This method will try several methods in search of the given example file, the first one it encounters is returned:
string | $filename |