PHP Class OCA\Richdocuments\Genesis

Afficher le fichier Open project: owncloud/richdocuments Class Usage Examples

Protected Properties

Свойство Type Description
$hash
$path
$view

Méthodes publiques

Méthode Description
__construct ( File $file ) Create new genesis document
getHash ( )
getPath ( )

Méthodes protégées

Méthode Description
validate ( OC\Files\View $view, string $path ) Check if genesis is valid

Method Details

__construct() public méthode

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

getHash() public méthode

public getHash ( )

getPath() public méthode

public getPath ( )

validate() protected méthode

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

Property Details

$hash protected_oe property

protected $hash

$path protected_oe property

protected $path

$view protected_oe property

protected $view