PHP Класс Horde_Kolab_FreeBusy_Provider_Remote, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_FreeBusy_Provider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Kolab_FreeBusy_Owner $owner, Horde_Controller_Request $request ) Constructor

Защищенные методы

Метод Описание
getUrl ( ) : string Generate the remote URL.
getUrlWithCredentials ( string $username, string $password ) : string Generate the URL for triggering data on a remote system.

Приватные методы

Метод Описание
_getUrl ( string $server, string $path ) : string Construct the final URL.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Horde_Kolab_FreeBusy_Owner $owner, Horde_Controller_Request $request )
$owner Horde_Kolab_FreeBusy_Owner The owner of the data.
$request Horde_Controller_Request The current request.

getUrl() защищенный Метод

Generate the remote URL.
protected getUrl ( ) : string
Результат string The URL

getUrlWithCredentials() защищенный Метод

Generate the URL for triggering data on a remote system.
protected getUrlWithCredentials ( string $username, string $password ) : string
$username string The user accessing the data.
$password string The user password.
Результат string The URL