isWindows() public method

public isWindows ( ) : boolean
return boolean
Example #1
0
 /**
  * @return PathHelperInterface
  */
 public function createPathHelper()
 {
     return $this->osDetector->isWindows() ? new WindowsPathHelper() : new UnixPathHelper();
 }