PHP 클래스 Koward, horde

저자: Gunnar Wrobel ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$objectconf

보호된 프로퍼티들

프로퍼티 타입 설명
$instance Koward The singleton instance.
$map_class_type
$server

공개 메소드들

메소드 설명
__construct ( )
dispatch ( $koward, $request_class = 'Horde_Controller_Request_Http', $webroot = null )
getObject ( $uid )
getServer ( )
getType ( $mixed = null )
hasAccess ( $id, $permission = Koward::PERM_SHOW )
hasPermission ( $id, $user = null, $perm = null ) In the long run we might wish to use the Horde permission system here. But for the first draft this would be too much as the permission system would also require integration with the group system etc.
singleton ( )

비공개 메소드들

메소드 설명
_hasPermission ( &$root, $id, $perm )

메소드 상세

__construct() 공개 메소드

public __construct ( )

dispatch() 공개 정적인 메소드

public static dispatch ( $koward, $request_class = 'Horde_Controller_Request_Http', $webroot = null )

getObject() 공개 메소드

public getObject ( $uid )

getServer() 공개 메소드

public getServer ( )

getType() 공개 메소드

public getType ( $mixed = null )

hasAccess() 공개 메소드

public hasAccess ( $id, $permission = Koward::PERM_SHOW )

hasPermission() 공개 메소드

In the long run we might wish to use the Horde permission system here. But for the first draft this would be too much as the permission system would also require integration with the group system etc.
public hasPermission ( $id, $user = null, $perm = null )

singleton() 공개 정적인 메소드

public static singleton ( )

프로퍼티 상세

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

The singleton instance.
protected static Koward $instance
리턴 Koward

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

protected static $map_class_type

$objectconf 공개적으로 프로퍼티

public $objectconf

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

protected static $server