PHP 클래스 OCA\Richdocuments\File

파일 보기 프로젝트 열기: owncloud/richdocuments 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fileId
$owner
$ownerView
$ownerViewFiles
$passwordProtected
$path
$pathFiles
$sharing
$token

공개 메소드들

메소드 설명
__construct ( $fileId, $shareOps = null, $token = '' )
checkPassword ( string $password ) : boolean
getByShareToken ( $token )
getFileId ( )
getOwner ( )
getOwnerView ( $relativeToFiles = false )
getPath ( $relativeToFiles = false )
getPermissions ( )
getToken ( )
isPasswordProtected ( )
isPublicShare ( )
setPasswordProtected ( boolean $value )
setToken ( $token )

보호된 메소드들

메소드 설명
getPassword ( )
initViews ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $fileId, $shareOps = null, $token = '' )

checkPassword() 공개 메소드

public checkPassword ( string $password ) : boolean
$password string
리턴 boolean

getByShareToken() 공개 정적인 메소드

public static getByShareToken ( $token )

getFileId() 공개 메소드

public getFileId ( )

getOwner() 공개 메소드

public getOwner ( )

getOwnerView() 공개 메소드

public getOwnerView ( $relativeToFiles = false )

getPassword() 보호된 메소드

protected getPassword ( )

getPath() 공개 메소드

public getPath ( $relativeToFiles = false )

getPermissions() 공개 메소드

public getPermissions ( )

getToken() 공개 메소드

public getToken ( )

initViews() 보호된 메소드

protected initViews ( )

isPasswordProtected() 공개 메소드

public isPasswordProtected ( )

isPublicShare() 공개 메소드

public isPublicShare ( )

setPasswordProtected() 공개 메소드

public setPasswordProtected ( boolean $value )
$value boolean

setToken() 공개 메소드

public setToken ( $token )

프로퍼티 상세

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

protected $fileId

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

protected $owner

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

protected $ownerView

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

protected $ownerViewFiles

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

protected $passwordProtected

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

protected $path

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

protected $pathFiles

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

protected $sharing

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

protected $token