__construct() public méthode

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