コード例 #1
0
 /**
  * (non-PHPdoc)
  * @see ActiveSync_Frontend_Abstract::__construct()
  */
 public function __construct(Syncroton_Model_IDevice $_device, DateTime $_syncTimeStamp)
 {
     parent::__construct($_device, $_syncTimeStamp);
     $this->_contentController->setEventFilter($this->_getContentFilter(0));
 }