PHP 클래스 Ingo_Basic_Base, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$output string
$title string
$vars Horde_Variables

공개 메소드들

메소드 설명
__construct ( Horde_Variables $vars )
render ( )
status ( )
url ( array $opts = [] )
validateMbox ( string $name ) : string Validates an IMAP mailbox provided by user input.

보호된 메소드들

메소드 설명
_addToken ( Horde_Url $url ) : Horde_Url Add the ingo action token to a URL.
_assertCategory ( integer $type, string $label ) Assert category.
_checkToken ( array $actions ) : string Check token.
_init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Horde_Variables $vars )
$vars Horde_Variables

_addToken() 보호된 메소드

Add the ingo action token to a URL.
protected _addToken ( Horde_Url $url ) : Horde_Url
$url Horde_Url URL.
리턴 Horde_Url URL with token added (for chainable calls).

_assertCategory() 보호된 메소드

Assert category.
protected _assertCategory ( integer $type, string $label )
$type integer Category type.
$label string Category label.

_checkToken() 보호된 메소드

Check token.
protected _checkToken ( array $actions ) : string
$actions array The list of actions that require token checking.
리턴 string The verified action ID.

_init() 추상적인 보호된 메소드

abstract protected _init ( )

render() 공개 메소드

public render ( )

status() 공개 메소드

public status ( )

url() 공개 정적인 메소드

public static url ( array $opts = [] )
$opts array

validateMbox() 공개 메소드

Validates an IMAP mailbox provided by user input.
public validateMbox ( string $name ) : string
$name string The form name of the input.
리턴 string The IMAP mailbox name.

프로퍼티 상세

$output 공개적으로 프로퍼티

public string $output
리턴 string

$title 공개적으로 프로퍼티

public string $title
리턴 string

$vars 공개적으로 프로퍼티

public Horde_Variables $vars
리턴 Horde_Variables