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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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