Pheasant\Query\TableCriteria::__construct PHP Метод

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

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