AppserverIo\Appserver\Core\AbstractExtractor::setUserRight PHP Method

setUserRight() protected method

Sets the configured user/group settings on the passed file.
protected setUserRight ( SplFileInfo $fileInfo ) : void
$fileInfo SplFileInfo The file to set user/group for
return void
    protected function setUserRight(\SplFileInfo $fileInfo)
    {
        $this->getService()->setUserRight($fileInfo);
    }