Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 17002
Línea 16... Línea 16...
16
     */
16
     */
17
    private $adapter;
17
    private $adapter;
Línea 18... Línea 18...
18
    
18
    
-
 
19
    
-
 
20
    /**
-
 
21
     * 
-
 
22
     * @var array
-
 
23
     */
-
 
24
    private $config;
-
 
25
    
19
    
26
    
20
    /**
27
    /**
21
     *
28
     *
22
     * @param AdapterInterface $adapter
29
     * @param AdapterInterface $adapter
23
     */
30
     */
24
    public function __construct($adapter)
31
    public function __construct($config, $adapter)
25
    {
32
    {
Línea 26... Línea 33...
26
        $this->adapter      = $adapter;
33
        $this->adapter      = $adapter;
27
    }
34
    }
28
    
35
    
29
    public function __invoke()
36
    public function __invoke()
30
    {
37
    {