__construct() public method

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