示例#1
0
文件: Unique.php 项目: romeoz/rock-db
 public function __construct($targetAttribute = null, $targetClass = null, $filter = null, $config = [])
 {
     parent::__construct($config);
     $this->targetClass = $targetClass;
     $this->targetAttribute = $targetAttribute;
     $this->filter = $filter;
 }
示例#2
0
 public function __construct($forceFormat = null, $config = [])
 {
     parent::__construct($config);
 }