Exemplo n.º 1
0
 function __construct(Gallery &$gallery, array $config = array())
 {
     $this->gallery =& $gallery;
     parent::__construct($gallery->modx, $config);
 }
 function __construct(Redirector &$redirector, array $config = array())
 {
     parent::__construct($redirector->modx, $config);
     $this->redirector =& $redirector;
 }