__construct() публичный Метод

public __construct ( $type )
Пример #1
0
 public function __construct($field, $isNull)
 {
     parent::__construct($field, $isNull, Comparison::EQ());
 }