public function Finder::followLinks in Database Sanitize 7
Forces the following of symlinks.
Return value
$this
File
- vendor/
symfony/ finder/ Finder.php, line 505
Class
- Finder
- Finder allows to build rules to find files and directories.
Namespace
Symfony\Component\FinderCode
public function followLinks() {
$this->followLinks = true;
return $this;
}