PHPPM\ProcessSlave::registerFile PHP 메소드

registerFile() 공개 메소드

Adds a file path to the watcher list queue which will be sent to the master process after each request.
public registerFile ( string $path )
$path string
    public function registerFile($path)
    {
        $this->watchedFiles[] = $path;
    }