PHP Class Jarves\Configuration\FilePermission

Inheritance: extends Model
Datei anzeigen Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$attributes
$disableModeChange boolean
$docBlock
$everyonePermission string
$groupOwner string The group owner name. Let it empty to disable chrgrp() call.
$groupPermission string
$rootName

Public Methods

Method Description
getDisableModeChange ( ) : boolean
getEveryonePermission ( ) : string
getGroupOwner ( ) : string
getGroupPermission ( ) : string
setDisableModeChange ( boolean $disableModeChange )
setEveryonePermission ( string $everyonePermission )
setGroupOwner ( string $groupOwner )
setGroupPermission ( string $groupPermission )

Method Details

getDisableModeChange() public method

public getDisableModeChange ( ) : boolean
return boolean

getEveryonePermission() public method

public getEveryonePermission ( ) : string
return string

getGroupOwner() public method

public getGroupOwner ( ) : string
return string

getGroupPermission() public method

public getGroupPermission ( ) : string
return string

setDisableModeChange() public method

public setDisableModeChange ( boolean $disableModeChange )
$disableModeChange boolean

setEveryonePermission() public method

public setEveryonePermission ( string $everyonePermission )
$everyonePermission string

setGroupOwner() public method

public setGroupOwner ( string $groupOwner )
$groupOwner string

setGroupPermission() public method

public setGroupPermission ( string $groupPermission )
$groupPermission string

Property Details

$attributes protected_oe property

protected $attributes

$disableModeChange protected_oe property

protected bool $disableModeChange
return boolean

$docBlock protected_oe property

protected $docBlock

$everyonePermission protected_oe property

protected string $everyonePermission
return string

$groupOwner protected_oe property

The group owner name. Let it empty to disable chrgrp() call.
protected string $groupOwner
return string

$groupPermission protected_oe property

protected string $groupPermission
return string

$rootName protected_oe property

protected $rootName