示例#1
0
 public function isShownOnClinic()
 {
     return $this->_dataWorker->getValue('showOnClinic');
 }
示例#2
0
 public function getIdContent()
 {
     return $this->_dataWorker->getValue('idContent');
 }
示例#3
0
 public function getLastSyncTime()
 {
     return $this->_dataWorker->getValue('lastSyncTime');
 }
示例#4
0
 public function isProcessed()
 {
     return $this->_dataWorker->getValue('isProcessed');
 }
示例#5
0
 private function _getWeekday()
 {
     return $this->_dataWorker->getValue('weekday');
 }
示例#6
0
 public function isShownOnMain()
 {
     return $this->_dataWorker->getValue('isShownOnMain');
 }
示例#7
0
 public function getStatus()
 {
     return $this->_dataWorker->getValue('cityStatus');
 }
示例#8
0
 public function getIdDoctor()
 {
     return $this->_dataWorker->getValue('idDoctor');
 }
示例#9
0
 public function getOptionKey()
 {
     return $this->_dataWorker->getValue('optionKey');
 }
示例#10
0
 public function getAlias()
 {
     return $this->_dataWorker->getValue('blockAlias');
 }
示例#11
0
 public function getType()
 {
     return $this->_dataWorker->getValue('subscriptionType');
 }
示例#12
0
 public function getIdGoogleEvent()
 {
     return $this->_dataWorker->getValue('idGoogleEvent');
 }
示例#13
0
 public function isConfirmedEmail()
 {
     return $this->_dataWorker->getValue('profileEmailStatus') == self::MAIL_STATUS_VALID;
 }