PHP 클래스 Horde_Push_Recipient_Mock, 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])
상속: extends Horde_Push_Recipient_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$pushed array Pushed content elements.

공개 메소드들

메소드 설명
push ( Horde_Push $content, array $options = [] ) : null Push content to the recipient.

메소드 상세

push() 공개 메소드

Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : null
$content Horde_Push The content element.
$options array Additional options.
리턴 null

프로퍼티 상세

$pushed 공개적으로 프로퍼티

Pushed content elements.
public array $pushed
리턴 array