PHP Класс Zfplanet_Model_Service_TwitterNotifier, ZFPlanet

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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