PHP 클래스 Jarves\Configuration\FilePermission

상속: extends Model
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$disableModeChange boolean
$docBlock
$everyonePermission string
$groupOwner string The group owner name. Let it empty to disable chrgrp() call.
$groupPermission string
$rootName

공개 메소드들

메소드 설명
getDisableModeChange ( ) : boolean
getEveryonePermission ( ) : string
getGroupOwner ( ) : string
getGroupPermission ( ) : string
setDisableModeChange ( boolean $disableModeChange )
setEveryonePermission ( string $everyonePermission )
setGroupOwner ( string $groupOwner )
setGroupPermission ( string $groupPermission )

메소드 상세

getDisableModeChange() 공개 메소드

public getDisableModeChange ( ) : boolean
리턴 boolean

getEveryonePermission() 공개 메소드

public getEveryonePermission ( ) : string
리턴 string

getGroupOwner() 공개 메소드

public getGroupOwner ( ) : string
리턴 string

getGroupPermission() 공개 메소드

public getGroupPermission ( ) : string
리턴 string

setDisableModeChange() 공개 메소드

public setDisableModeChange ( boolean $disableModeChange )
$disableModeChange boolean

setEveryonePermission() 공개 메소드

public setEveryonePermission ( string $everyonePermission )
$everyonePermission string

setGroupOwner() 공개 메소드

public setGroupOwner ( string $groupOwner )
$groupOwner string

setGroupPermission() 공개 메소드

public setGroupPermission ( string $groupPermission )
$groupPermission string

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes

$disableModeChange 보호되어 있는 프로퍼티

protected bool $disableModeChange
리턴 boolean

$docBlock 보호되어 있는 프로퍼티

protected $docBlock

$everyonePermission 보호되어 있는 프로퍼티

protected string $everyonePermission
리턴 string

$groupOwner 보호되어 있는 프로퍼티

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

$groupPermission 보호되어 있는 프로퍼티

protected string $groupPermission
리턴 string

$rootName 보호되어 있는 프로퍼티

protected $rootName