Home
last modified time | relevance | path

Searched refs:dataStoreType (Results 1 – 2 of 2) sorted by relevance

/plugin/404manager/
Dadmin.php29 private $dataStoreType; variable in admin_plugin_404manager
262 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {
323 if ($this->dataStoreType == null) {
327 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
350 if ($this->dataStoreType == null) {
354 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
395 if ($this->dataStoreType == null) {
399 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
474 if ($this->dataStoreType == null) {
478 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
[all …]
/plugin/404manager/_test/
Dmanager.test.php40 public function test_externalRedirect($dataStoreType) argument
44 ->setDataStoreType($dataStoreType);
409 public function testRedirectionsOperations($dataStoreType) argument
416 ->setDataStoreType($dataStoreType);