Exemple #1
0
 public function __construct($targetAttribute = null, $targetClass = null, $filter = null, $config = [])
 {
     parent::__construct($config);
     $this->targetClass = $targetClass;
     $this->targetAttribute = $targetAttribute;
     $this->filter = $filter;
 }
Exemple #2
0
 public function __construct($forceFormat = null, $config = [])
 {
     parent::__construct($config);
 }