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