PHP 클래스 OCA\Richdocuments\Genesis

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

보호된 프로퍼티들

프로퍼티 타입 설명
$hash
$path
$view

공개 메소드들

메소드 설명
__construct ( File $file ) Create new genesis document
getHash ( )
getPath ( )

보호된 메소드들

메소드 설명
validate ( OC\Files\View $view, string $path ) Check if genesis is valid

메소드 상세

__construct() 공개 메소드

Create new genesis document
public __construct ( File $file )
$file File

getHash() 공개 메소드

public getHash ( )

getPath() 공개 메소드

public getPath ( )

validate() 보호된 메소드

Check if genesis is valid
protected validate ( OC\Files\View $view, string $path )
$view OC\Files\View
$path string relative to the view

프로퍼티 상세

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

protected $hash

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

protected $path

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

protected $view