PHP Class Koward, horde

Author: Gunnar Wrobel ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство Type Description
$instance Koward The singleton instance.
$map_class_type
$server

Méthodes publiques

Méthode Description
__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 ( )

Private Methods

Méthode Description
_hasPermission ( &$root, $id, $perm )

Method Details

__construct() public méthode

public __construct ( )

dispatch() public static méthode

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

getObject() public méthode

public getObject ( $uid )

getServer() public méthode

public getServer ( )

getType() public méthode

public getType ( $mixed = null )

hasAccess() public méthode

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

hasPermission() public méthode

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 méthode

public static singleton ( )

Property Details

$instance protected_oe static_oe property

The singleton instance.
protected static Koward $instance
Résultat Koward

$map_class_type protected_oe static_oe property

protected static $map_class_type

$objectconf public_oe property

public $objectconf

$server protected_oe static_oe property

protected static $server