__construct() public method

public __construct ( $type )
コード例 #1
0
ファイル: DatabaseFilter.php プロジェクト: hsunsmile/inters
 public function __construct($field, $isNull)
 {
     parent::__construct($field, $isNull, Comparison::EQ());
 }