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

setUserRights() protected method

Will set the owner and group on the passed directory.
protected setUserRights ( SplFileInfo $targetDir ) : void
$targetDir SplFileInfo The directory to set the rights for
return void
    protected function setUserRights(\SplFileInfo $targetDir)
    {
        $this->getService()->setUserRights($targetDir);
    }