PHP 클래스 Zfplanet_Model_Service_TwitterNotifier, ZFPlanet

파일 보기 프로젝트 열기: padraic/ZFPlanet

보호된 프로퍼티들

프로퍼티 타입 설명
$_bclient
$_enabled
$_encoding
$_tclient

공개 메소드들

메소드 설명
__construct ( array $config, Zend_Cache_Core $cache ) Constructor
isEnabled ( )
notify ( Zfplanet_Model_Entry $entry )

보호된 메소드들

메소드 설명
_shortenLink ( $uri )

메소드 상세

__construct() 공개 메소드

The config array requires two keys, "twitter" and (optionally) "bitly", each containing the necessary values as shown below.
public __construct ( array $config, Zend_Cache_Core $cache )
$config array
$cache Zend_Cache_Core

isEnabled() 공개 메소드

public isEnabled ( )

notify() 공개 메소드

public notify ( Zfplanet_Model_Entry $entry )
$entry Zfplanet_Model_Entry

프로퍼티 상세

$_bclient 보호되어 있는 프로퍼티

protected $_bclient

$_enabled 보호되어 있는 프로퍼티

protected $_enabled

$_encoding 보호되어 있는 프로퍼티

protected $_encoding

$_tclient 보호되어 있는 프로퍼티

protected $_tclient