__construct() 공개 메소드

public __construct ( $column, $arguments = [] )
예제 #1
0
 public function __construct($relation, $arguments = [])
 {
     $this->relationName = $relation;
     $this->builder = $arguments[1];
     parent::__construct($relation, $arguments);
 }
예제 #2
0
 public function __construct($column, $arguments = [])
 {
     $this->initOptions();
     $this->initStorage();
     parent::__construct($column, $arguments);
 }
예제 #3
0
 public function __construct($column, $arguments = [])
 {
     $this->initStates();
     parent::__construct($column, $arguments);
 }