Exemplo n.º 1
0
 public function __construct(array $arguments = array())
 {
     $this->arguments = $arguments;
     if (null === self::$isWindows) {
         self::$isWindows = defined('PHP_WINDOWS_VERSION_MAJOR');
     }
 }