MarvinLabs\SetupWizard\Steps\FoldersStep::checkFolderPermission PHP Метод

checkFolderPermission() защищенный Метод

protected checkFolderPermission ( $path, $perm )
    protected function checkFolderPermission($path, $perm)
    {
        return $this->getPermission($path) >= $perm;
    }