PHP Класс Horde_Push_Recipient_Base, 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_Push_Recipient
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
setAcl ( string $acl ) : null Set the ACL for this recipient.

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

Метод Описание
getAcl ( ) : string Retrieve the ACL setting for this recipient.

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

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

Retrieve the ACL setting for this recipient.
protected getAcl ( ) : string
Результат string The ACL.

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

Set the ACL for this recipient.
public setAcl ( string $acl ) : null
$acl string The ACL.
Результат null