예제 #1
0
 public function isShownOnClinic()
 {
     return $this->_dataWorker->getValue('showOnClinic');
 }
예제 #2
0
파일: Post.php 프로젝트: Rademade/MedOptima
 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
파일: City.php 프로젝트: Rademade/MedOptima
 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;
 }