__construct() public method

Constructor
public __construct ( Ansel_View_Gallery $view = null )
$view Ansel_View_Gallery
Esempio n. 1
0
 public function __construct(Ansel_View_Gallery $view)
 {
     parent::__construct($view);
     $this->title = _("Standard Gallery");
 }
Esempio n. 2
0
 public function __construct(Ansel_View_Gallery $view = null)
 {
     parent::__construct($view);
     $this->title = _("Lightbox Gallery");
 }