Table of Contents
Properties
-
$dispatcher
: EventDispatcherInterface
-
$inotify
: resource|null
-
$inputPath
: string
-
$loop
: LoopInterface
-
$watchDescriptors
: array<int, array{path: string}>
Methods
-
__construct()
: mixed
-
__invoke()
: void
-
addPath()
: void
$dispatcher
private
EventDispatcherInterface
$dispatcher
$inotify
private
resource|null
$inotify
= null
private
string
$inputPath
$loop
private
LoopInterface
$loop
$watchDescriptors
private
array<int, array{path: string}>
$watchDescriptors
__construct()
public
__construct(LoopInterface $loop, EventDispatcherInterface $dispatcher, string $inputPath) : mixed
Parameters
-
$loop
: LoopInterface
-
-
$dispatcher
: EventDispatcherInterface
-
-
$inputPath
: string
-
__invoke()
public
__invoke() : void
addPath()
public
addPath(string $path) : void
Parameters
-
$path
: string
-