PHP Class OCA\Richdocuments\Filter

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

Protected Properties

Свойство Type Description
$filters

Méthodes publiques

Méthode Description
add ( $mimetype, $class )
getAll ( )
isSupportedMimetype ( string $mimetype ) : boolean Checks if mimetype is supported by the app
read ( $content, $mimetype )
write ( $content, $mimetype )

Method Details

add() public static méthode

public static add ( $mimetype, $class )

getAll() public static méthode

public static getAll ( )

isSupportedMimetype() public static méthode

Checks if mimetype is supported by the app
public static isSupportedMimetype ( string $mimetype ) : boolean
$mimetype string - checked mimetype
Résultat boolean

read() public static méthode

public static read ( $content, $mimetype )

write() public static méthode

public static write ( $content, $mimetype )

Property Details

$filters protected_oe static_oe property

protected static $filters