Пример #1
0
 /**
  * @return bool
  */
 public function getOpenedFlag()
 {
     return $this->isOpened->get();
 }
Пример #2
0
 /**
  * @return bool
  */
 public function isAutocreationEnabled()
 {
     return $this->enableAutocreation->get();
 }
Пример #3
0
 /**
  * @return bool
  */
 public function isCloseDateSyncEnabled()
 {
     return $this->enableCloseDateSync->get();
 }
Пример #4
0
 /**
  * @return bool
  */
 public function isViewEventEnabled()
 {
     return $this->enableViewEvent->get();
 }