__construct() public method

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