PHP 클래스 Wicked_Page_AttachedFiles, horde

저자: Jan Schneider ([email protected])
저자: Jason M. Felice ([email protected])
상속: extends Wicked_Page
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$supportedModes array Display modes supported by this page.

보호된 프로퍼티들

프로퍼티 타입 설명
$_referrer string The page for which we'd like to manipulate attachments.

공개 메소드들

메소드 설명
__construct ( $referrer ) Constructor.
content ( ) Returns this page rendered in content mode.
display ( ) Returns this page rendered in Display mode.
getPermissions ( ) : integer Returns the current user's permissions for the referring page.
handleAction ( ) Retrieves the form fields and processes the attachment.
pageName ( )
pageTitle ( )
referrer ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $referrer )

content() 공개 메소드

Returns this page rendered in content mode.
public content ( )

display() 공개 메소드

Returns this page rendered in Display mode.
public display ( )

getPermissions() 공개 메소드

Returns the current user's permissions for the referring page.
public getPermissions ( ) : integer
리턴 integer The permissions bitmask.

handleAction() 공개 메소드

Retrieves the form fields and processes the attachment.
public handleAction ( )

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

referrer() 공개 메소드

public referrer ( )

프로퍼티 상세

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

The page for which we'd like to manipulate attachments.
protected string $_referrer
리턴 string

$supportedModes 공개적으로 프로퍼티

Display modes supported by this page.
public array $supportedModes
리턴 array