Exemplo n.º 1
0
 public function LoadOptions()
 {
     RWLogger::LogEnterence('LoadOptions');
     if ($this->_options->is_empty()) {
         $this->MigrateOptions();
     }
     RWLogger::LogDeparture('LoadOptions');
 }
 /**
  * @author Vova Feldman (@svovaf)
  * @since  1.1.6
  *
  * @return bool
  */
 function is_empty()
 {
     $this->_logger->entrance();
     return $this->_options->is_empty();
 }
Exemplo n.º 3
0
 function is_empty()
 {
     return $this->_options->is_empty();
 }