Ouzo\Db\StatementExecutor::__construct PHP Méthode

__construct() private méthode

private __construct ( $dbHandle, $sql, $boundValues, $pdoExecutor )
    private function __construct($dbHandle, $sql, $boundValues, $pdoExecutor)
    {
        $this->_boundValues = $boundValues;
        $this->_dbHandle = $dbHandle;
        $this->_sql = $sql;
        $this->_humanizedSql = QueryHumanizer::humanize($sql);
        $this->_pdoExecutor = $pdoExecutor;
    }