Pheasant\Query\TableCriteria::__construct PHP Method

__construct() public method

public __construct ( $table, $where, $params = [] )
    public function __construct($table, $where, $params = array())
    {
        parent::__construct($where, $params);
        $this->_table = $table;
    }