PHP 클래스 OCA\Richdocuments\Filter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$filters

공개 메소드들

메소드 설명
add ( $mimetype, $class )
getAll ( )
isSupportedMimetype ( string $mimetype ) : boolean Checks if mimetype is supported by the app
read ( $content, $mimetype )
write ( $content, $mimetype )

메소드 상세

add() 공개 정적인 메소드

public static add ( $mimetype, $class )

getAll() 공개 정적인 메소드

public static getAll ( )

isSupportedMimetype() 공개 정적인 메소드

Checks if mimetype is supported by the app
public static isSupportedMimetype ( string $mimetype ) : boolean
$mimetype string - checked mimetype
리턴 boolean

read() 공개 정적인 메소드

public static read ( $content, $mimetype )

write() 공개 정적인 메소드

public static write ( $content, $mimetype )

프로퍼티 상세

$filters 보호되어 있는 정적으로 프로퍼티

protected static $filters