RerenderListener
in package
FinalYes
Table of Contents
Properties
- $commandBus : CommandBus
- $documents : array<string|int, mixed>
- $output : OutputInterface
- $projectNode : ProjectNode
- $server : Server
- $settings : ProjectSettings
- $sourceFileSystem : FileSystem
Methods
- __construct() : mixed
- __invoke() : void
Properties
$commandBus read-only
private
CommandBus
$commandBus
$documents
private
array<string|int, mixed>
$documents
$output read-only
private
OutputInterface
$output
$projectNode read-only
private
ProjectNode
$projectNode
$server read-only
private
Server
$server
$settings read-only
private
ProjectSettings
$settings
$sourceFileSystem read-only
private
FileSystem
$sourceFileSystem
Methods
__construct()
public
__construct(OutputInterface $output, CommandBus $commandBus, FileSystem $sourceFileSystem, ProjectSettings $settings, ProjectNode $projectNode, array<string, DocumentNode> $documents, Server $server) : mixed
Parameters
- $output : OutputInterface
- $commandBus : CommandBus
- $sourceFileSystem : FileSystem
- $settings : ProjectSettings
- $projectNode : ProjectNode
- $documents : array<string, DocumentNode>
- $server : Server
__invoke()
public
__invoke(FileModifiedEvent $event) : void
Parameters
- $event : FileModifiedEvent