Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function getOpenedFlag()
 {
     return $this->isOpened->get();
 }
Exemplo n.º 2
0
 /**
  * @return bool
  */
 public function isAutocreationEnabled()
 {
     return $this->enableAutocreation->get();
 }
Exemplo n.º 3
0
 /**
  * @return bool
  */
 public function isCloseDateSyncEnabled()
 {
     return $this->enableCloseDateSync->get();
 }
Exemplo n.º 4
0
 /**
  * @return bool
  */
 public function isViewEventEnabled()
 {
     return $this->enableViewEvent->get();
 }