Example #1
0
 /**
  * Признак - синхранизируется ли таблица с файлом
  */
 public function isFilesync()
 {
     return $this->isConfigured() && $this->isProperty(PsTableColumnProps::TABLE_FILESYNC());
 }