Guides

INotifyWatcher
in package

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

Properties

$watchDescriptors

private array<int, array{path: string}> $watchDescriptors

Methods

__construct()

public __construct(LoopInterface $loop, EventDispatcherInterface $dispatcher, string $inputPath) : mixed
Parameters
$loop : LoopInterface
$dispatcher : EventDispatcherInterface
$inputPath : string

addPath()

public addPath(string $path) : void
Parameters
$path : string

        
On this page

Search results