Contao\Folder::chmod PHP Метод

chmod() публичный Метод

Set the folder permissions
public chmod ( string $intChmod ) : boolean
$intChmod string The CHMOD settings
Результат boolean True if the operation was successful
    public function chmod($intChmod)
    {
        return $this->Files->chmod($this->strFolder, $intChmod);
    }