public function __construct(string $directory, int $options = 0) { $this->directory = rtrim($directory, '\\/') . '/'; $this->options = $options; }