コード例 #1
0
 /**
  * @return bool
  */
 public function getOpenedFlag()
 {
     return $this->isOpened->get();
 }
コード例 #2
0
 /**
  * @return bool
  */
 public function isAutocreationEnabled()
 {
     return $this->enableAutocreation->get();
 }
コード例 #3
0
ファイル: dealsettings.php プロジェクト: DarneoStudio/bitrix
 /**
  * @return bool
  */
 public function isCloseDateSyncEnabled()
 {
     return $this->enableCloseDateSync->get();
 }
コード例 #4
0
 /**
  * @return bool
  */
 public function isViewEventEnabled()
 {
     return $this->enableViewEvent->get();
 }