__construct() 공개 메소드

public __construct ( $model, $options = [] )
예제 #1
0
 /**
  * Implements __construct().
  */
 public function __construct()
 {
     return parent::__construct('background_motion');
 }
예제 #2
0
 /**
  * Implements __construct().
  */
 public function __construct()
 {
     return parent::__construct('background_parallax');
 }
예제 #3
0
 public function __construct($name)
 {
     parent::__construct($name, 0, false, true);
 }
예제 #4
0
 /**
  * Implements __construct().
  */
 public function __construct()
 {
     return parent::__construct('parallax');
 }
예제 #5
0
 public function __construct($model, $options = array())
 {
     parent::__construct($model);
     $this->initialized = true;
     $this->options = $options;
 }
예제 #6
0
파일: Upload.php 프로젝트: kurko/acidphp
 function __construct(&$model)
 {
     parent::__construct($model);
 }
예제 #7
0
 /**
  * Implements __construct().
  */
 public function __construct()
 {
     return parent::__construct('springy');
 }
예제 #8
0
 /**
  * Implements __construct().
  */
 public function __construct()
 {
     return parent::__construct('motion');
 }