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