TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
StorageFactory.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Rsaauth\Storage
;
3
21
class
StorageFactory
{
22
30
static
protected
$preferredStorage
=
'TYPO3\\CMS\\Rsaauth\\Storage\\SplitStorage'
;
31
41
static
protected
$storageInstance
= NULL;
42
50
static
public
function
getStorage
() {
51
if
(is_null(self::$storageInstance)) {
52
self::$storageInstance =
\TYPO3\CMS\Core\Utility\GeneralUtility::getUserObj
(self::$preferredStorage);
53
}
54
return
self::$storageInstance;
55
}
56
64
static
public
function
setPreferredStorage
(
$preferredStorage
) {
65
self::$preferredStorage =
$preferredStorage
;
66
}
67
68
}
TYPO3\CMS\Rsaauth\Storage\StorageFactory\$storageInstance
static $storageInstance
Definition:
StorageFactory.php:41
TYPO3\CMS\Rsaauth\Storage\StorageFactory
Definition:
StorageFactory.php:21
TYPO3\CMS\Core\Utility\GeneralUtility\getUserObj
static getUserObj($classRef, $checkPrefix='', $silent=FALSE)
Definition:
GeneralUtility.php:4378
TYPO3\CMS\Rsaauth\Storage\StorageFactory\$preferredStorage
static $preferredStorage
Definition:
StorageFactory.php:30
TYPO3\CMS\Rsaauth\Storage\StorageFactory\getStorage
static getStorage()
Definition:
StorageFactory.php:50
TYPO3\CMS\Rsaauth\Storage\StorageFactory\setPreferredStorage
static setPreferredStorage($preferredStorage)
Definition:
StorageFactory.php:64
TYPO3\CMS\Rsaauth\Storage
Definition:
AbstractStorage.php:2
typo3
sysext
rsaauth
Classes
Storage
StorageFactory.php
Generated on Wed Aug 7 2019 09:52:30 for TYPO3 CMS by
1.8.13