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(); }
function is_empty() { return $this->_options->is_empty(); }