Sets the list of paths added to PHP's include path.
string[] $includePaths List of directories.:
public function setIncludePaths(array $includePaths) : void { $this->includePaths = $includePaths; }