Lines Matching refs:dataStoreType

29     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) {
498 if ($this->dataStoreType == null) {
502 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
524 if ($this->dataStoreType == null) {
528 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
550 if ($this->dataStoreType == null) {
554 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
582 if ($this->dataStoreType == null) {
586 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
621 if ($this->dataStoreType == null) {
625 if ($this->dataStoreType == self::DATA_STORE_TYPE_CONF_FILE) {
675 public function setDataStoreType($dataStoreType) argument
677 $this->dataStoreType = $dataStoreType;
688 if ($this->dataStoreType == null) {
691 $this->dataStoreType = self::DATA_STORE_TYPE_CONF_FILE;
693 $this->dataStoreType = self::DATA_STORE_TYPE_SQLITE;
738 if ($this->dataStoreType == null) {
742 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {
768 if ($this->dataStoreType == null) {
772 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {
790 if ($this->dataStoreType == null) {
793 return $this->dataStoreType;
801 if ($this->dataStoreType == null) {
805 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {