__construct() 공개 메소드

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