Horde_Kolab_Storage_Folder_Namespace::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $namespaces )
$namespaces array The namespaces.
    public function __construct(array $namespaces)
    {
        $this->initialize($namespaces);
    }

Usage Example

Beispiel #1
0
 /**
  * Constructor.
  *
  * @param string $user          The current user.
  * @param array  $configuration The namespace configuration.
  */
 public function __construct($user, array $configuration)
 {
     $this->user = $user;
     $this->configuration = $configuration;
     parent::__construct($this->_initializeData());
 }
All Usage Examples Of Horde_Kolab_Storage_Folder_Namespace::__construct