__construct() public method

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